﻿2026-06-17T06:48:52.8978037Z Current runner version: '2.335.1'
2026-06-17T06:48:52.8982881Z Runner name: 'kitsubito'
2026-06-17T06:48:52.8983390Z Runner group name: 'Default'
2026-06-17T06:48:52.8984039Z Machine name: 'KITSUBITO'
2026-06-17T06:48:52.8985984Z ##[group]GITHUB_TOKEN Permissions
2026-06-17T06:48:52.8987730Z Contents: read
2026-06-17T06:48:52.8988138Z Metadata: read
2026-06-17T06:48:52.8988508Z Packages: read
2026-06-17T06:48:52.8988874Z ##[endgroup]
2026-06-17T06:48:52.8990620Z Secret source: Actions
2026-06-17T06:48:52.8991138Z Prepare workflow directory
2026-06-17T06:48:52.9345051Z Prepare all required actions
2026-06-17T06:48:52.9373715Z Getting action download info
2026-06-17T06:48:53.3061068Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-17T06:48:53.7981414Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-17T06:48:53.8811495Z ##[group]Run actions/checkout@v5
2026-06-17T06:48:53.8812230Z with:
2026-06-17T06:48:53.8812606Z   repository: SaberMage/spt-core
2026-06-17T06:48:53.8816182Z   token: ***
2026-06-17T06:48:53.8816541Z   ssh-strict: true
2026-06-17T06:48:53.8816899Z   ssh-user: git
2026-06-17T06:48:53.8817262Z   persist-credentials: true
2026-06-17T06:48:53.8817671Z   clean: true
2026-06-17T06:48:53.8818042Z   sparse-checkout-cone-mode: true
2026-06-17T06:48:53.8818471Z   fetch-depth: 1
2026-06-17T06:48:53.8818824Z   fetch-tags: false
2026-06-17T06:48:53.8819272Z   show-progress: true
2026-06-17T06:48:53.8819648Z   lfs: false
2026-06-17T06:48:53.8819984Z   submodules: false
2026-06-17T06:48:53.8820341Z   set-safe-directory: true
2026-06-17T06:48:53.8820933Z ##[endgroup]
2026-06-17T06:48:53.9613215Z Syncing repository: SaberMage/spt-core
2026-06-17T06:48:53.9614711Z ##[group]Getting Git version info
2026-06-17T06:48:53.9615415Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-17T06:48:53.9616282Z [command]/usr/bin/git version
2026-06-17T06:48:53.9642720Z git version 2.43.0
2026-06-17T06:48:53.9660523Z ##[endgroup]
2026-06-17T06:48:53.9671708Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c3c95f19-74d9-4ae0-be97-fb72a9624264' before making global git config changes
2026-06-17T06:48:53.9674381Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:48:53.9675393Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-17T06:48:53.9706790Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-17T06:48:53.9724960Z https://github.com/SaberMage/spt-core
2026-06-17T06:48:53.9734677Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-17T06:48:53.9737169Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-17T06:48:53.9754431Z HEAD
2026-06-17T06:48:53.9782111Z ##[endgroup]
2026-06-17T06:48:53.9783341Z [command]/usr/bin/git submodule status
2026-06-17T06:48:53.9963167Z ##[group]Cleaning the repository
2026-06-17T06:48:53.9965941Z [command]/usr/bin/git clean -ffdx
2026-06-17T06:48:54.7218136Z Removing target/
2026-06-17T06:48:54.7227994Z [command]/usr/bin/git reset --hard HEAD
2026-06-17T06:48:54.7283222Z HEAD is now at 934b9dd Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:48:54.7289138Z ##[endgroup]
2026-06-17T06:48:54.7290762Z ##[group]Disabling automatic garbage collection
2026-06-17T06:48:54.7293991Z [command]/usr/bin/git config --local gc.auto 0
2026-06-17T06:48:54.7368506Z ##[endgroup]
2026-06-17T06:48:54.7370556Z ##[group]Setting up auth
2026-06-17T06:48:54.7371743Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:48:54.7374967Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-17T06:48:54.7546124Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:48:54.7572446Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-17T06:48:54.7767921Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:48:54.7793208Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-17T06:48:54.7982506Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-17T06:48:54.8011967Z ##[endgroup]
2026-06-17T06:48:54.8013775Z ##[group]Fetching the repository
2026-06-17T06:48:54.8020299Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +934b9dd4f538395a1d41c59261f8ae687f5becfe:refs/remotes/pull/20/merge
2026-06-17T06:48:55.2967375Z ##[endgroup]
2026-06-17T06:48:55.2968214Z ##[group]Determining the checkout info
2026-06-17T06:48:55.2968815Z ##[endgroup]
2026-06-17T06:48:55.2973306Z [command]/usr/bin/git sparse-checkout disable
2026-06-17T06:48:55.3048809Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-17T06:48:55.3079921Z ##[group]Checking out the ref
2026-06-17T06:48:55.3082736Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/20/merge
2026-06-17T06:48:55.3124757Z HEAD is now at 934b9dd Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:48:55.3128190Z ##[endgroup]
2026-06-17T06:48:55.3163487Z [command]/usr/bin/git log -1 --format=%H
2026-06-17T06:48:55.3186162Z 934b9dd4f538395a1d41c59261f8ae687f5becfe
2026-06-17T06:48:55.3376977Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-17T06:48:55.3377523Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-17T06:48:55.3392682Z shell: /usr/bin/bash -e {0}
2026-06-17T06:48:55.3392966Z ##[endgroup]
2026-06-17T06:48:55.3479574Z ##[group]Run cargo nextest run --workspace
2026-06-17T06:48:55.3479946Z [36;1mcargo nextest run --workspace[0m
2026-06-17T06:48:55.3492062Z shell: /usr/bin/bash -e {0}
2026-06-17T06:48:55.3492305Z env:
2026-06-17T06:48:55.3492524Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-17T06:48:55.3492796Z ##[endgroup]
2026-06-17T06:48:55.9504009Z    Compiling proc-macro2 v1.0.106
2026-06-17T06:48:55.9504485Z    Compiling unicode-ident v1.0.24
2026-06-17T06:48:55.9504789Z    Compiling quote v1.0.45
2026-06-17T06:48:55.9505051Z    Compiling libc v0.2.186
2026-06-17T06:48:55.9505614Z    Compiling serde_core v1.0.228
2026-06-17T06:48:55.9506178Z    Compiling cfg-if v1.0.4
2026-06-17T06:48:55.9534163Z    Compiling serde v1.0.228
2026-06-17T06:48:55.9569233Z    Compiling typenum v1.20.1
2026-06-17T06:48:55.9604195Z    Compiling version_check v0.9.5
2026-06-17T06:48:55.9704527Z    Compiling portable-atomic v1.13.1
2026-06-17T06:48:55.9751627Z    Compiling memchr v2.8.1
2026-06-17T06:48:55.9752596Z    Compiling critical-section v1.2.0
2026-06-17T06:48:55.9753183Z    Compiling shlex v2.0.1
2026-06-17T06:48:55.9862715Z    Compiling find-msvc-tools v0.1.9
2026-06-17T06:48:55.9933183Z    Compiling subtle v2.6.1
2026-06-17T06:48:56.0245844Z    Compiling log v0.4.32
2026-06-17T06:48:56.0371044Z    Compiling semver v1.0.28
2026-06-17T06:48:56.1290939Z    Compiling equivalent v1.0.2
2026-06-17T06:48:56.2091265Z    Compiling smallvec v1.15.1
2026-06-17T06:48:56.2210937Z    Compiling itoa v1.0.18
2026-06-17T06:48:56.2451686Z    Compiling cpufeatures v0.2.17
2026-06-17T06:48:56.2510861Z    Compiling bitflags v2.12.1
2026-06-17T06:48:56.2651478Z    Compiling hashbrown v0.17.1
2026-06-17T06:48:56.3051727Z    Compiling pin-project-lite v0.2.17
2026-06-17T06:48:56.3161453Z    Compiling rand_core v0.10.1
2026-06-17T06:48:56.3321254Z    Compiling getrandom v0.4.2
2026-06-17T06:48:56.3940871Z    Compiling generic-array v0.14.7
2026-06-17T06:48:56.3981634Z    Compiling rustc_version v0.4.1
2026-06-17T06:48:56.4223287Z    Compiling futures-core v0.3.32
2026-06-17T06:48:56.4552355Z    Compiling bytes v1.11.1
2026-06-17T06:48:56.4961276Z    Compiling zerocopy v0.8.50
2026-06-17T06:48:56.5092045Z    Compiling ahash v0.8.12
2026-06-17T06:48:56.5176436Z    Compiling stable_deref_trait v1.2.1
2026-06-17T06:48:56.5201029Z    Compiling signature v2.2.0
2026-06-17T06:48:56.5535962Z    Compiling zmij v1.0.21
2026-06-17T06:48:56.5740736Z    Compiling futures-io v0.3.32
2026-06-17T06:48:56.5900828Z    Compiling slab v0.4.12
2026-06-17T06:48:56.6450927Z    Compiling ed25519 v2.2.3
2026-06-17T06:48:56.6640749Z    Compiling pkg-config v0.3.33
2026-06-17T06:48:56.7419081Z    Compiling futures-sink v0.3.32
2026-06-17T06:48:56.7997387Z    Compiling curve25519-dalek v4.1.3
2026-06-17T06:48:56.8030277Z    Compiling vcpkg v0.2.15
2026-06-17T06:48:56.8330923Z    Compiling futures-channel v0.3.32
2026-06-17T06:48:56.8523956Z    Compiling serde_json v1.0.150
2026-06-17T06:48:56.8760997Z    Compiling futures-task v0.3.32
2026-06-17T06:48:57.0836530Z    Compiling indexmap v2.14.0
2026-06-17T06:48:57.1357235Z    Compiling fastrand v2.4.1
2026-06-17T06:48:57.1427454Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-17T06:48:57.1544098Z    Compiling fallible-iterator v0.3.0
2026-06-17T06:48:57.2021507Z    Compiling rustversion v1.0.22
2026-06-17T06:48:57.2791433Z    Compiling syn v2.0.117
2026-06-17T06:48:57.3005078Z    Compiling autocfg v1.5.1
2026-06-17T06:48:57.3230506Z    Compiling fnv v1.0.7
2026-06-17T06:48:57.3770637Z    Compiling strsim v0.11.1
2026-06-17T06:48:57.3920852Z    Compiling cfg_aliases v0.2.1
2026-06-17T06:48:57.3938436Z    Compiling litemap v0.8.2
2026-06-17T06:48:57.4586709Z    Compiling writeable v0.6.3
2026-06-17T06:48:57.4751204Z    Compiling utf8_iter v1.0.4
2026-06-17T06:48:57.6006943Z    Compiling ident_case v1.0.1
2026-06-17T06:48:57.6180783Z    Compiling icu_properties_data v2.2.0
2026-06-17T06:48:57.6280638Z    Compiling icu_normalizer_data v2.2.0
2026-06-17T06:48:57.7001041Z    Compiling dunce v1.0.5
2026-06-17T06:48:57.7097715Z    Compiling rustix v1.1.4
2026-06-17T06:48:57.7285665Z    Compiling fs_extra v1.3.0
2026-06-17T06:48:57.7390844Z    Compiling anyhow v1.0.102
2026-06-17T06:48:57.8111138Z    Compiling linux-raw-sys v0.12.1
2026-06-17T06:48:57.8491136Z    Compiling percent-encoding v2.3.2
2026-06-17T06:48:57.9070833Z    Compiling jobserver v0.1.34
2026-06-17T06:48:57.9195532Z    Compiling http v1.4.1
2026-06-17T06:48:57.9583737Z    Compiling unicode-segmentation v1.13.3
2026-06-17T06:48:58.0287866Z    Compiling cpufeatures v0.3.0
2026-06-17T06:48:58.0433277Z    Compiling aws-lc-rs v1.17.0
2026-06-17T06:48:58.0549914Z    Compiling thiserror v2.0.18
2026-06-17T06:48:58.0821420Z    Compiling scopeguard v1.2.0
2026-06-17T06:48:58.1068618Z    Compiling chacha20 v0.10.0
2026-06-17T06:48:58.1372981Z    Compiling crypto-common v0.1.7
2026-06-17T06:48:58.1454246Z    Compiling block-buffer v0.10.4
2026-06-17T06:48:58.1843111Z    Compiling cc v1.2.63
2026-06-17T06:48:58.2854517Z    Compiling digest v0.10.7
2026-06-17T06:48:58.3114997Z    Compiling lock_api v0.4.14
2026-06-17T06:48:58.3474418Z    Compiling form_urlencoded v1.2.2
2026-06-17T06:48:58.3638577Z    Compiling untrusted v0.9.0
2026-06-17T06:48:58.3910759Z    Compiling heck v0.5.0
2026-06-17T06:48:58.4600954Z    Compiling rustls v0.23.40
2026-06-17T06:48:58.5192716Z    Compiling convert_case v0.10.0
2026-06-17T06:48:58.5332421Z    Compiling unicode-xid v0.2.6
2026-06-17T06:48:58.5554761Z    Compiling const-oid v0.10.2
2026-06-17T06:48:58.5903947Z    Compiling sha2 v0.10.9
2026-06-17T06:48:58.6100298Z    Compiling atomic-waker v1.1.2
2026-06-17T06:48:58.6253536Z    Compiling parking_lot_core v0.9.12
2026-06-17T06:48:58.6390123Z    Compiling getrandom v0.2.17
2026-06-17T06:48:58.6970438Z    Compiling mio v1.2.1
2026-06-17T06:48:58.7211462Z    Compiling socket2 v0.6.4
2026-06-17T06:48:58.7400638Z    Compiling fs2 v0.4.3
2026-06-17T06:48:58.8316053Z    Compiling rand_core v0.6.4
2026-06-17T06:48:58.8489190Z    Compiling rand v0.10.1
2026-06-17T06:48:58.8623624Z    Compiling httparse v1.10.1
2026-06-17T06:48:58.8760471Z    Compiling paste v1.0.15
2026-06-17T06:48:58.9180686Z    Compiling num-traits v0.2.19
2026-06-17T06:48:58.9370522Z    Compiling hybrid-array v0.4.12
2026-06-17T06:48:58.9441936Z    Compiling either v1.16.0
2026-06-17T06:48:59.0440072Z    Compiling http-body v1.0.1
2026-06-17T06:48:59.1226769Z    Compiling powerfmt v0.2.0
2026-06-17T06:48:59.1350643Z    Compiling base64ct v1.8.3
2026-06-17T06:48:59.3340341Z    Compiling deranged v0.5.8
2026-06-17T06:48:59.3440609Z    Compiling memoffset v0.6.5
2026-06-17T06:48:59.4790881Z    Compiling pem-rfc7468 v1.0.0
2026-06-17T06:48:59.4940684Z    Compiling try-lock v0.2.5
2026-06-17T06:48:59.5180761Z    Compiling data-encoding v2.11.0
2026-06-17T06:48:59.5218415Z    Compiling tower-service v0.3.3
2026-06-17T06:48:59.5850916Z    Compiling cmake v0.1.58
2026-06-17T06:48:59.5980580Z    Compiling num-conv v0.2.2
2026-06-17T06:48:59.5981576Z    Compiling thiserror v1.0.69
2026-06-17T06:48:59.6310744Z    Compiling tinyvec_macros v0.1.1
2026-06-17T06:48:59.6500201Z    Compiling ref-cast v1.0.25
2026-06-17T06:48:59.7270849Z    Compiling time-core v0.1.8
2026-06-17T06:48:59.7416763Z    Compiling base64 v0.22.1
2026-06-17T06:48:59.7700894Z    Compiling tinyvec v1.11.0
2026-06-17T06:48:59.8100736Z    Compiling crypto-common v0.2.2
2026-06-17T06:48:59.8880464Z    Compiling block-buffer v0.12.0
2026-06-17T06:48:59.9200748Z    Compiling want v0.3.1
2026-06-17T06:49:00.0089545Z    Compiling parking_lot v0.12.5
2026-06-17T06:49:00.0470393Z    Compiling termios v0.2.2
2026-06-17T06:49:00.0493053Z    Compiling serial-core v0.4.0
2026-06-17T06:49:00.0787187Z    Compiling ioctl-rs v0.1.6
2026-06-17T06:49:00.0896839Z    Compiling vergen-lib v9.1.0
2026-06-17T06:49:00.2290238Z    Compiling inout v0.1.4
2026-06-17T06:49:00.2410506Z    Compiling n0-future v0.3.2
2026-06-17T06:49:00.2451206Z    Compiling aho-corasick v1.1.4
2026-06-17T06:49:00.2550505Z    Compiling winnow v0.7.15
2026-06-17T06:49:00.3140604Z    Compiling winnow v1.0.3
2026-06-17T06:49:00.3840846Z    Compiling spin v0.10.0
2026-06-17T06:49:00.4341265Z    Compiling toml_write v0.1.2
2026-06-17T06:49:00.4890503Z    Compiling regex-syntax v0.8.10
2026-06-17T06:49:00.5140459Z    Compiling cordyceps v0.3.4
2026-06-17T06:49:00.6361169Z    Compiling diatomic-waker v0.2.3
2026-06-17T06:49:00.6630645Z    Compiling libsqlite3-sys v0.30.1
2026-06-17T06:49:00.7160798Z    Compiling aws-lc-sys v0.41.0
2026-06-17T06:49:00.7260583Z    Compiling ring v0.17.14
2026-06-17T06:49:00.8180603Z    Compiling httpdate v1.0.3
2026-06-17T06:49:00.9120827Z    Compiling parking v2.2.1
2026-06-17T06:49:00.9460775Z    Compiling crossbeam-utils v0.8.21
2026-06-17T06:49:01.0280797Z    Compiling futures-lite v2.6.1
2026-06-17T06:49:01.1130665Z    Compiling futures-buffered v0.2.13
2026-06-17T06:49:01.1374606Z    Compiling digest v0.11.3
2026-06-17T06:49:01.3211932Z    Compiling cipher v0.4.4
2026-06-17T06:49:01.3680448Z    Compiling serial-unix v0.4.0
2026-06-17T06:49:01.4498756Z    Compiling netlink-packet-core v0.8.1
2026-06-17T06:49:01.5078909Z    Compiling vergen-lib v0.1.6
2026-06-17T06:49:01.5500576Z    Compiling vergen v9.1.0
2026-06-17T06:49:01.5862330Z    Compiling universal-hash v0.5.1
2026-06-17T06:49:01.5949990Z    Compiling noq-udp v0.10.0
2026-06-17T06:49:01.6950544Z    Compiling heapless v0.7.17
2026-06-17T06:49:01.7243252Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-17T06:49:01.7387331Z    Compiling sync_wrapper v1.0.2
2026-06-17T06:49:01.8341071Z    Compiling allocator-api2 v0.2.21
2026-06-17T06:49:01.8659541Z    Compiling dyn-clone v1.0.20
2026-06-17T06:49:01.9213588Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-17T06:49:01.9698276Z    Compiling byteorder v1.5.0
2026-06-17T06:49:01.9810970Z    Compiling bitflags v1.3.2
2026-06-17T06:49:02.0108168Z    Compiling pin-utils v0.1.0
2026-06-17T06:49:02.0240840Z    Compiling opaque-debug v0.3.1
2026-06-17T06:49:02.0495000Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-17T06:49:02.0651332Z    Compiling nix v0.25.1
2026-06-17T06:49:02.1030544Z    Compiling polyval v0.6.2
2026-06-17T06:49:02.1670723Z    Compiling hash32 v0.2.1
2026-06-17T06:49:02.2177353Z    Compiling serial v0.4.0
2026-06-17T06:49:02.2460344Z    Compiling spin v0.9.8
2026-06-17T06:49:02.2832678Z    Compiling vergen-gitcl v1.0.8
2026-06-17T06:49:02.3171088Z    Compiling shell-words v1.1.1
2026-06-17T06:49:02.3289223Z    Compiling tower-layer v0.3.3
2026-06-17T06:49:02.3490480Z    Compiling downcast-rs v1.2.1
2026-06-17T06:49:02.3860661Z    Compiling ryu v1.0.23
2026-06-17T06:49:02.4271254Z    Compiling signature v3.0.0
2026-06-17T06:49:02.4593358Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-17T06:49:02.4971047Z    Compiling num_threads v0.1.7
2026-06-17T06:49:02.5337626Z    Compiling synstructure v0.13.2
2026-06-17T06:49:02.5840659Z    Compiling darling_core v0.20.11
2026-06-17T06:49:02.6140827Z    Compiling serde_derive_internals v0.29.1
2026-06-17T06:49:02.6258802Z    Compiling time v0.3.47
2026-06-17T06:49:02.7403008Z    Compiling ghash v0.5.1
2026-06-17T06:49:02.8025936Z    Compiling ctr v0.9.2
2026-06-17T06:49:02.8550656Z    Compiling aes v0.8.4
2026-06-17T06:49:02.9768339Z    Compiling regex-automata v0.4.14
2026-06-17T06:49:02.9881333Z    Compiling sha2 v0.11.0-rc.5
2026-06-17T06:49:03.2685747Z    Compiling proc-macro-crate v3.5.0
2026-06-17T06:49:03.2768075Z    Compiling http-body-util v0.1.3
2026-06-17T06:49:03.5593342Z    Compiling aead v0.5.2
2026-06-17T06:49:03.6464434Z    Compiling openssl-probe v0.2.1
2026-06-17T06:49:03.6728107Z    Compiling aes-gcm v0.10.3
2026-06-17T06:49:03.7860880Z    Compiling crossbeam-channel v0.5.15
2026-06-17T06:49:03.8385243Z    Compiling crossbeam-epoch v0.9.18
2026-06-17T06:49:03.8651045Z    Compiling netlink-packet-route v0.29.0
2026-06-17T06:49:03.8905065Z    Compiling blake3 v1.8.5
2026-06-17T06:49:03.9056491Z    Compiling uuid v1.23.2
2026-06-17T06:49:04.0560783Z    Compiling netwatch v0.16.0
2026-06-17T06:49:04.1900747Z    Compiling noq v0.18.0
2026-06-17T06:49:04.2992486Z    Compiling acto v0.8.2
2026-06-17T06:49:04.3148465Z    Compiling rustc-hash v2.1.2
2026-06-17T06:49:04.4059745Z    Compiling sorted-index-buffer v0.2.1
2026-06-17T06:49:04.4060432Z    Compiling xml-rs v0.8.28
2026-06-17T06:49:04.4641154Z    Compiling tagptr v0.2.0
2026-06-17T06:49:04.4876611Z    Compiling foldhash v0.2.0
2026-06-17T06:49:04.5310808Z    Compiling mac-addr v0.3.0
2026-06-17T06:49:04.5391158Z    Compiling identity-hash v0.1.0
2026-06-17T06:49:04.5837335Z    Compiling lru-slab v0.1.2
2026-06-17T06:49:04.6060847Z    Compiling hashbrown v0.16.1
2026-06-17T06:49:04.6284563Z    Compiling serde_derive v1.0.228
2026-06-17T06:49:04.6510799Z    Compiling zeroize_derive v1.4.3
2026-06-17T06:49:04.6580591Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-17T06:49:04.7014696Z    Compiling tokio-macros v2.7.0
2026-06-17T06:49:04.7297497Z    Compiling zerofrom-derive v0.1.7
2026-06-17T06:49:04.7452111Z    Compiling futures-macro v0.3.32
2026-06-17T06:49:05.1082109Z    Compiling yoke-derive v0.8.2
2026-06-17T06:49:05.2525555Z    Compiling zeroize v1.8.2
2026-06-17T06:49:05.2526274Z    Compiling zerovec-derive v0.11.3
2026-06-17T06:49:05.3571372Z    Compiling tokio v1.52.3
2026-06-17T06:49:05.4830581Z    Compiling displaydoc v0.2.6
2026-06-17T06:49:05.7083446Z    Compiling futures-util v0.3.32
2026-06-17T06:49:06.0570795Z    Compiling tracing-attributes v0.1.31
2026-06-17T06:49:06.1090943Z    Compiling rustls-pki-types v1.14.1
2026-06-17T06:49:06.1681527Z    Compiling thiserror-impl v2.0.18
2026-06-17T06:49:06.1910777Z    Compiling zerofrom v0.1.8
2026-06-17T06:49:06.3570603Z    Compiling yoke v0.8.3
2026-06-17T06:49:06.4240789Z    Compiling darling_macro v0.20.11
2026-06-17T06:49:06.5650707Z    Compiling zerotrie v0.2.4
2026-06-17T06:49:06.8126280Z    Compiling ed25519-dalek v2.2.0
2026-06-17T06:49:06.8220555Z    Compiling darling v0.20.11
2026-06-17T06:49:06.8924959Z    Compiling zerovec v0.11.6
2026-06-17T06:49:06.8999904Z    Compiling derive_more-impl v2.1.1
2026-06-17T06:49:06.9400652Z    Compiling derive_builder_core v0.20.2
2026-06-17T06:49:07.0991058Z    Compiling spt-proto v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-17T06:49:07.1560938Z    Compiling n0-error-macros v0.1.3
2026-06-17T06:49:07.4710745Z    Compiling spez v0.1.2
2026-06-17T06:49:07.6279525Z    Compiling tinystr v0.8.3
2026-06-17T06:49:07.7634095Z    Compiling potential_utf v0.1.5
2026-06-17T06:49:07.8510151Z    Compiling icu_locale_core v2.2.0
2026-06-17T06:49:07.9027761Z    Compiling der v0.8.0-rc.10
2026-06-17T06:49:07.9636062Z    Compiling icu_collections v2.2.0
2026-06-17T06:49:07.9856493Z    Compiling thiserror-impl v1.0.69
2026-06-17T06:49:08.3001339Z    Compiling derive_builder_macro v0.20.2
2026-06-17T06:49:08.3134092Z    Compiling n0-error v0.1.3
2026-06-17T06:49:08.6303507Z    Compiling derive_builder v0.20.2
2026-06-17T06:49:08.6830468Z    Compiling ref-cast-impl v1.0.25
2026-06-17T06:49:08.7012994Z    Compiling pin-project-internal v1.1.13
2026-06-17T06:49:08.7353406Z    Compiling schemars_derive v1.2.1
2026-06-17T06:49:08.9800510Z    Compiling regex v1.12.3
2026-06-17T06:49:09.1857102Z    Compiling icu_provider v2.2.0
2026-06-17T06:49:09.2820107Z    Compiling futures-executor v0.3.32
2026-06-17T06:49:09.3667843Z    Compiling spki v0.8.0-rc.4
2026-06-17T06:49:09.5807467Z    Compiling icu_normalizer v2.2.0
2026-06-17T06:49:09.5915416Z    Compiling icu_properties v2.2.0
2026-06-17T06:49:09.6601910Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-17T06:49:09.6737041Z    Compiling futures v0.3.32
2026-06-17T06:49:09.6985777Z    Compiling filedescriptor v0.8.3
2026-06-17T06:49:09.7398128Z    Compiling cobs v0.3.0
2026-06-17T06:49:09.7574507Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-17T06:49:09.8499141Z    Compiling postcard-derive v0.2.2
2026-06-17T06:49:09.9570605Z    Compiling portable-pty v0.8.1
2026-06-17T06:49:10.0561418Z    Compiling ipnet v2.12.0
2026-06-17T06:49:10.0937742Z    Compiling serde_spanned v0.6.9
2026-06-17T06:49:10.1110424Z    Compiling toml_datetime v0.6.11
2026-06-17T06:49:10.2160539Z    Compiling pin-project v1.1.13
2026-06-17T06:49:10.2271433Z    Compiling ed25519 v3.0.0-rc.4
2026-06-17T06:49:10.4850512Z    Compiling toml_edit v0.22.27
2026-06-17T06:49:10.5121049Z    Compiling prefix-trie v0.8.4
2026-06-17T06:49:10.6402393Z    Compiling data-encoding-macro v0.1.20
2026-06-17T06:49:10.7070707Z    Compiling once_cell v1.21.4
2026-06-17T06:49:10.7500814Z    Compiling rustls-native-certs v0.8.4
2026-06-17T06:49:10.7540436Z    Compiling async-trait v0.1.89
2026-06-17T06:49:10.8760577Z    Compiling enum-assoc v1.3.0
2026-06-17T06:49:10.9659232Z    Compiling tracing-core v0.1.36
2026-06-17T06:49:11.1516566Z    Compiling hashbrown v0.14.5
2026-06-17T06:49:11.2918746Z    Compiling idna_adapter v1.2.2
2026-06-17T06:49:11.3110799Z    Compiling tempfile v3.27.0
2026-06-17T06:49:11.3280499Z    Compiling schemars v1.2.1
2026-06-17T06:49:11.4096994Z    Compiling tokio-util v0.7.18
2026-06-17T06:49:11.4425887Z    Compiling idna v1.1.0
2026-06-17T06:49:11.5220697Z    Compiling tracing v0.1.44
2026-06-17T06:49:11.6390793Z    Compiling derive_more v2.1.1
2026-06-17T06:49:11.8310911Z    Compiling netlink-sys v0.8.8
2026-06-17T06:49:11.8665721Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-17T06:49:11.9200796Z    Compiling hashlink v0.9.1
2026-06-17T06:49:11.9615575Z    Compiling postcard v1.1.3
2026-06-17T06:49:11.9976644Z    Compiling url v2.5.8
2026-06-17T06:49:12.0510949Z    Compiling tower v0.5.3
2026-06-17T06:49:12.1570694Z    Compiling strum_macros v0.28.0
2026-06-17T06:49:12.2080940Z    Compiling iroh-metrics-derive v0.4.1
2026-06-17T06:49:12.3000603Z    Compiling rusqlite v0.32.1
2026-06-17T06:49:12.3243729Z    Compiling num_enum_derive v0.7.6
2026-06-17T06:49:12.3850918Z    Compiling netlink-proto v0.12.0
2026-06-17T06:49:12.4797688Z    Compiling h2 v0.4.14
2026-06-17T06:49:12.6469131Z    Compiling n0-watcher v0.6.1
2026-06-17T06:49:12.6840657Z    Compiling iroh-metrics v0.38.3
2026-06-17T06:49:12.6981697Z    Compiling tokio-stream v0.1.18
2026-06-17T06:49:12.7703455Z    Compiling netdev v0.42.0
2026-06-17T06:49:12.8550980Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-17T06:49:12.9240746Z    Compiling tower-http v0.6.11
2026-06-17T06:49:13.3517469Z    Compiling toml v0.8.23
2026-06-17T06:49:13.3554477Z    Compiling iroh-base v0.98.0
2026-06-17T06:49:13.4197109Z    Compiling attohttpc v0.30.1
2026-06-17T06:49:13.5485821Z    Compiling spt-store v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-17T06:49:13.5700816Z    Compiling num_enum v0.7.6
2026-06-17T06:49:13.6890812Z    Compiling iroh-relay v0.98.0
2026-06-17T06:49:13.9391395Z    Compiling moka v0.12.15
2026-06-17T06:49:14.0070862Z    Compiling xmltree v0.10.3
2026-06-17T06:49:14.2012516Z    Compiling netlink-packet-route v0.30.0
2026-06-17T06:49:14.2450706Z    Compiling simple-dns v0.9.3
2026-06-17T06:49:14.4180590Z    Compiling resolv-conf v0.7.6
2026-06-17T06:49:14.4780607Z    Compiling sha1_smol v1.0.1
2026-06-17T06:49:14.6788906Z    Compiling smol_str v0.1.24
2026-06-17T06:49:14.7000733Z    Compiling arrayvec v0.7.6
2026-06-17T06:49:14.8458714Z    Compiling arrayref v0.3.9
2026-06-17T06:49:14.8545021Z    Compiling strum v0.28.0
2026-06-17T06:49:14.8951197Z    Compiling constant_time_eq v0.4.2
2026-06-17T06:49:14.9048654Z    Compiling simdutf8 v0.1.5
2026-06-17T06:49:14.9610582Z    Compiling webpki-roots v1.0.7
2026-06-17T06:49:14.9730552Z    Compiling lru v0.16.4
2026-06-17T06:49:14.9821047Z    Compiling serde_bytes v0.11.19
2026-06-17T06:49:15.0878073Z    Compiling seize v0.5.1
2026-06-17T06:49:15.1856485Z    Compiling hmac v0.12.1
2026-06-17T06:49:15.1981732Z    Compiling iroh v0.98.2
2026-06-17T06:49:15.2280858Z    Compiling cmov v0.5.4
2026-06-17T06:49:15.2610722Z    Compiling backon v1.6.0
2026-06-17T06:49:15.3550430Z    Compiling papaya v0.2.4
2026-06-17T06:49:15.4041168Z    Compiling hkdf v0.12.4
2026-06-17T06:49:15.4637415Z    Compiling sha1 v0.10.6
2026-06-17T06:49:15.5117658Z    Compiling ctutils v0.4.2
2026-06-17T06:49:15.5240906Z    Compiling spake2 v0.4.0
2026-06-17T06:49:15.5300028Z    Compiling doctest-file v1.1.1
2026-06-17T06:49:15.5301348Z    Compiling errno v0.3.14
2026-06-17T06:49:15.6002638Z    Compiling iroh-dns v0.98.0
2026-06-17T06:49:15.6632225Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-17T06:49:15.6880703Z    Compiling signal-hook v0.3.18
2026-06-17T06:49:15.7293201Z    Compiling signal-hook-registry v1.4.8
2026-06-17T06:49:15.7650927Z    Compiling darling_core v0.23.0
2026-06-17T06:49:15.8169402Z    Compiling utf8parse v0.2.2
2026-06-17T06:49:15.8550879Z    Compiling rustix v0.38.44
2026-06-17T06:49:15.8810909Z    Compiling is_terminal_polyfill v1.70.2
2026-06-17T06:49:15.9351727Z    Compiling anstyle-parse v1.0.0
2026-06-17T06:49:15.9771060Z    Compiling foldhash v0.1.5
2026-06-17T06:49:16.0431591Z    Compiling interprocess v2.4.2
2026-06-17T06:49:16.0901072Z    Compiling colorchoice v1.0.5
2026-06-17T06:49:16.1340929Z    Compiling anstyle v1.0.14
2026-06-17T06:49:16.1548355Z    Compiling instability v0.3.12
2026-06-17T06:49:16.1680931Z    Compiling anstyle-query v1.1.5
2026-06-17T06:49:16.1861425Z    Compiling linux-raw-sys v0.4.15
2026-06-17T06:49:16.2441066Z    Compiling signal-hook-mio v0.2.5
2026-06-17T06:49:16.2690724Z    Compiling hashbrown v0.15.5
2026-06-17T06:49:16.2820892Z    Compiling strum_macros v0.26.4
2026-06-17T06:49:16.3460952Z    Compiling terminal_size v0.4.4
2026-06-17T06:49:16.3658178Z    Compiling itertools v0.13.0
2026-06-17T06:49:16.3698869Z    Compiling castaway v0.2.4
2026-06-17T06:49:16.4500704Z    Compiling anstream v1.0.0
2026-06-17T06:49:16.5111060Z    Compiling unicode-width v0.1.14
2026-06-17T06:49:16.5220488Z    Compiling static_assertions v1.1.0
2026-06-17T06:49:16.6039931Z    Compiling spt-msg v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-17T06:49:16.8290070Z    Compiling clap_lex v1.1.0
2026-06-17T06:49:16.8574345Z    Compiling indoc v2.0.7
2026-06-17T06:49:16.9503482Z    Compiling spt-runtime v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-17T06:49:16.9530325Z    Compiling spt-term v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-17T06:49:17.0781081Z    Compiling lru v0.12.5
2026-06-17T06:49:17.1100163Z    Compiling clap_builder v4.6.0
2026-06-17T06:49:17.2829337Z    Compiling compact_str v0.8.2
2026-06-17T06:49:17.3728368Z    Compiling clap_derive v4.6.1
2026-06-17T06:49:17.4500680Z    Compiling cassowary v0.3.0
2026-06-17T06:49:17.4895894Z warning: enum `Launch` is never used
2026-06-17T06:49:17.4950867Z   --> crates/spt-term/src/winprog.rs:62:6
2026-06-17T06:49:17.4951905Z    |
2026-06-17T06:49:17.4990683Z 62 | enum Launch {
2026-06-17T06:49:17.5031067Z    |      ^^^^^^
2026-06-17T06:49:17.5070721Z    |
2026-06-17T06:49:17.5073245Z    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
2026-06-17T06:49:17.5111484Z 
2026-06-17T06:49:17.5150826Z warning: function `last_segment` is never used
2026-06-17T06:49:17.5151961Z   --> crates/spt-term/src/winprog.rs:74:4
2026-06-17T06:49:17.5200067Z    |
2026-06-17T06:49:17.5200861Z 74 | fn last_segment(s: &str) -> &str {
2026-06-17T06:49:17.5201481Z    |    ^^^^^^^^^^^^
2026-06-17T06:49:17.5201857Z 
2026-06-17T06:49:17.5202167Z warning: function `ext_of` is never used
2026-06-17T06:49:17.5202815Z   --> crates/spt-term/src/winprog.rs:80:4
2026-06-17T06:49:17.5203410Z    |
2026-06-17T06:49:17.5203917Z 80 | fn ext_of(s: &str) -> Option<String> {
2026-06-17T06:49:17.5204547Z    |    ^^^^^^
2026-06-17T06:49:17.5204895Z 
2026-06-17T06:49:17.5205225Z warning: function `parent_of` is never used
2026-06-17T06:49:17.5205845Z   --> crates/spt-term/src/winprog.rs:89:4
2026-06-17T06:49:17.5206439Z    |
2026-06-17T06:49:17.5206930Z 89 | fn parent_of(s: &str) -> Option<&str> {
2026-06-17T06:49:17.5207508Z    |    ^^^^^^^^^
2026-06-17T06:49:17.5207852Z 
2026-06-17T06:49:17.5208186Z warning: function `launch_for` is never used
2026-06-17T06:49:17.5208835Z   --> crates/spt-term/src/winprog.rs:95:4
2026-06-17T06:49:17.5209459Z    |
2026-06-17T06:49:17.5210012Z 95 | fn launch_for(path: PathBuf, ext: &str) -> Launch {
2026-06-17T06:49:17.5211123Z    |    ^^^^^^^^^^
2026-06-17T06:49:17.5211548Z 
2026-06-17T06:49:17.5211873Z warning: function `resolve_in` is never used
2026-06-17T06:49:17.5212512Z    --> crates/spt-term/src/winprog.rs:112:4
2026-06-17T06:49:17.5213079Z     |
2026-06-17T06:49:17.5213528Z 112 | fn resolve_in(
2026-06-17T06:49:17.5214016Z     |    ^^^^^^^^^^
2026-06-17T06:49:17.5214617Z 
2026-06-17T06:49:17.8709332Z    Compiling crossterm v0.28.1
2026-06-17T06:49:18.2130933Z    Compiling hyper v1.10.1
2026-06-17T06:49:18.2285122Z    Compiling unicode-width v0.2.0
2026-06-17T06:49:18.4658295Z    Compiling unicode-truncate v1.1.0
2026-06-17T06:49:18.5205344Z    Compiling iana-time-zone v0.1.65
2026-06-17T06:49:18.5378632Z    Compiling nucleo-matcher v0.3.1
2026-06-17T06:49:18.6575571Z    Compiling qrcode v0.14.1
2026-06-17T06:49:18.6995886Z    Compiling strum v0.26.3
2026-06-17T06:49:18.8228936Z    Compiling chrono v0.4.45
2026-06-17T06:49:19.0460489Z warning: `spt-term` (lib) generated 6 warnings
2026-06-17T06:49:19.5831041Z    Compiling darling_macro v0.23.0
2026-06-17T06:49:19.6101113Z    Compiling mock-adapter v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-17T06:49:19.9364419Z    Compiling spt-live v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-17T06:49:19.9564189Z    Compiling darling v0.23.0
2026-06-17T06:49:20.0490667Z    Compiling hyper-util v0.1.20
2026-06-17T06:49:20.4130518Z    Compiling clap v4.6.1
2026-06-17T06:49:20.7002321Z    Compiling ratatui v0.29.0
2026-06-17T06:49:22.3387520Z    Compiling igd-next v0.17.1
2026-06-17T06:49:23.7857650Z    Compiling portmapper v0.16.0
2026-06-17T06:49:30.7127768Z    Compiling rustls-webpki v0.103.13
2026-06-17T06:49:33.0200954Z    Compiling tokio-rustls v0.26.4
2026-06-17T06:49:33.0201430Z    Compiling rustls-platform-verifier v0.7.0
2026-06-17T06:49:33.0201769Z    Compiling noq-proto v0.17.0
2026-06-17T06:49:33.1625651Z    Compiling hyper-rustls v0.27.9
2026-06-17T06:49:33.1626915Z    Compiling hickory-net v0.26.0-beta.4
2026-06-17T06:49:33.1627339Z    Compiling tokio-websockets v0.13.2
2026-06-17T06:49:33.2933137Z    Compiling reqwest v0.13.4
2026-06-17T06:49:34.1576104Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-17T06:49:47.8088739Z    Compiling spt-net v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-17T06:49:49.2708230Z    Compiling spt-daemon v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-17T06:49:57.5089223Z    Compiling spt v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-17T06:50:21.2238438Z    Compiling xtask v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-17T06:50:40.7963286Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 45s
2026-06-17T06:50:41.7252962Z ────────────
2026-06-17T06:50:41.7367347Z  Nextest run ID eb92f109-8569-48fd-93ef-e4d88eac6a6d with nextest profile: default
2026-06-17T06:50:41.7388472Z     Starting 1124 tests across 73 binaries (1 test skipped)
2026-06-17T06:50:41.7599537Z         PASS [   0.022s] (   1/1124) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-17T06:50:41.7602737Z         PASS [   0.022s] (   2/1124) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-17T06:50:41.7605873Z         PASS [   0.022s] (   3/1124) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-17T06:50:42.5044203Z         PASS [   0.778s] (   4/1124) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-06-17T06:50:42.9539742Z         PASS [   1.227s] (   5/1124) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-06-17T06:50:42.9581684Z         PASS [   0.004s] (   6/1124) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-17T06:50:42.9654419Z         PASS [   0.007s] (   7/1124) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-17T06:50:43.0817366Z         PASS [   0.068s] (   8/1124) spt::oneliner_e2e at_logon_task_launches_daemon_in_background_not_foreground
2026-06-17T06:50:43.0857822Z         PASS [   0.004s] (   9/1124) spt::oneliner_e2e install_script_against_staged_release
2026-06-17T06:50:43.3675255Z         PASS [   1.624s] (  10/1124) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-17T06:50:43.3676479Z         PASS [   1.632s] (  11/1124) spt::gateway_owner_shell_e2e gateway_typed_owner_owns_a_shell_on_every_path_keyed_on_id
2026-06-17T06:50:43.3717129Z         PASS [   0.004s] (  12/1124) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-17T06:50:43.7399529Z         PASS [   1.229s] (  13/1124) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-17T06:50:44.1970204Z         PASS [   2.463s] (  14/1124) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-17T06:50:44.2074069Z         PASS [   2.464s] (  15/1124) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-17T06:50:44.2372319Z         PASS [   2.511s] (  16/1124) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-06-17T06:50:44.2484260Z         PASS [   0.011s] (  17/1124) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-17T06:50:44.2934713Z         PASS [   0.010s] (  18/1124) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-17T06:50:44.3110045Z         PASS [   0.017s] (  19/1124) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-17T06:50:44.3168511Z         PASS [   0.016s] (  20/1124) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-17T06:50:44.3170092Z         PASS [   0.023s] (  21/1124) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-17T06:50:44.3379939Z         PASS [   0.012s] (  22/1124) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-17T06:50:44.5932085Z         PASS [   0.045s] (  23/1124) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-17T06:50:44.5960436Z         PASS [   0.011s] (  24/1124) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-17T06:50:44.6518126Z         PASS [   0.008s] (  25/1124) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-17T06:50:44.6574442Z         PASS [   0.008s] (  26/1124) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-17T06:50:44.6587276Z         PASS [   0.008s] (  27/1124) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-17T06:50:44.6690303Z         PASS [   2.802s] (  28/1124) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-17T06:50:45.0280803Z         PASS [   0.835s] (  29/1124) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-06-17T06:50:45.1316016Z         PASS [   3.406s] (  30/1124) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-17T06:50:45.5547637Z         PASS [   2.188s] (  31/1124) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-06-17T06:50:45.5638498Z         PASS [   0.010s] (  32/1124) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-17T06:50:45.6302767Z         PASS [   0.604s] (  33/1124) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-17T06:50:45.8132081Z         PASS [   2.775s] (  34/1124) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-17T06:50:45.8313830Z         PASS [   0.010s] (  35/1124) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-17T06:50:45.8450357Z         PASS [   0.011s] (  36/1124) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-17T06:50:45.8739232Z         PASS [   0.034s] (  37/1124) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-17T06:50:45.8791637Z         PASS [   0.011s] (  38/1124) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-17T06:50:45.9012672Z         PASS [   0.010s] (  39/1124) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-17T06:50:45.9107492Z         PASS [   0.021s] (  40/1124) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-17T06:50:45.9264936Z         PASS [   0.011s] (  41/1124) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-17T06:50:45.9379164Z         PASS [   0.016s] (  42/1124) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-17T06:50:45.9473051Z         PASS [   0.009s] (  43/1124) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-17T06:50:46.1044188Z         PASS [   0.544s] (  44/1124) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-17T06:50:46.1728723Z         PASS [   1.641s] (  45/1124) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-17T06:50:46.2178922Z         PASS [   1.805s] (  46/1124) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-17T06:50:46.2245917Z         PASS [   0.044s] (  47/1124) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-17T06:50:46.2247810Z         PASS [   0.011s] (  48/1124) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-17T06:50:46.2374812Z         PASS [   0.013s] (  49/1124) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-17T06:50:46.2479217Z         PASS [   0.010s] (  50/1124) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-17T06:50:46.2669553Z         PASS [   2.917s] (  51/1124) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-17T06:50:46.4169073Z         PASS [   0.469s] (  52/1124) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-17T06:50:46.4412374Z         PASS [   0.016s] (  53/1124) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-17T06:50:46.4481164Z         PASS [   0.016s] (  54/1124) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-17T06:50:46.4972344Z         PASS [   0.010s] (  55/1124) spt::bin/spt api::tests::adapter_is_required
2026-06-17T06:50:46.5154842Z         PASS [   0.010s] (  56/1124) spt::bin/spt api::tests::ctx_manifest_override_wins_when_manifest_present
2026-06-17T06:50:46.5282950Z         PASS [   0.012s] (  57/1124) spt::bin/spt api::tests::ctx_manifest_resolves_from_registry_when_manifest_absent
2026-06-17T06:50:46.5284312Z         PASS [   2.747s] (  58/1124) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-17T06:50:46.5340747Z         PASS [   0.009s] (  59/1124) spt::bin/spt api::tests::ctx_manifest_unregistered_no_manifest_is_none_not_fatal
2026-06-17T06:50:46.5431076Z         PASS [   0.011s] (  60/1124) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-17T06:50:46.5493783Z         PASS [   0.010s] (  61/1124) spt::bin/spt api::tests::state_value_is_validated
2026-06-17T06:50:46.5534249Z         PASS [   0.015s] (  62/1124) spt::bin/spt api::tests::surface_parses
2026-06-17T06:50:46.5535321Z         PASS [   0.011s] (  63/1124) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-17T06:50:46.5621841Z         PASS [   0.011s] (  64/1124) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-17T06:50:46.5838194Z         PASS [   0.445s] (  65/1124) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-17T06:50:46.5948053Z         PASS [   0.017s] (  66/1124) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-17T06:50:46.5950207Z         PASS [   0.014s] (  67/1124) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-17T06:50:46.7829772Z         PASS [   0.158s] (  68/1124) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-06-17T06:50:46.7973078Z         PASS [   0.579s] (  69/1124) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-17T06:50:46.8069827Z         PASS [   0.013s] (  70/1124) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-17T06:50:46.8108503Z         PASS [   0.071s] (  71/1124) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-17T06:50:46.8271473Z         PASS [   0.016s] (  72/1124) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-17T06:50:46.8381910Z         PASS [   0.011s] (  73/1124) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-06-17T06:50:46.8519082Z         PASS [   0.598s] (  74/1124) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-17T06:50:46.8598525Z         PASS [   0.045s] (  75/1124) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-17T06:50:46.8610878Z         PASS [   0.012s] (  76/1124) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-17T06:50:46.8612297Z         PASS [   0.588s] (  77/1124) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-17T06:50:46.8632960Z         PASS [   0.015s] (  78/1124) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-17T06:50:46.8660059Z         PASS [   0.013s] (  79/1124) spt::bin/spt cli::tests::bare_tty_guard
2026-06-17T06:50:46.8700667Z         PASS [   0.014s] (  80/1124) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-17T06:50:46.8720681Z         PASS [   0.013s] (  81/1124) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-17T06:50:46.8767997Z         PASS [   0.014s] (  82/1124) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-17T06:50:46.8771299Z         PASS [   0.012s] (  83/1124) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-17T06:50:46.8870160Z         PASS [   0.010s] (  84/1124) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-17T06:50:46.8958133Z         PASS [   0.027s] (  85/1124) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-17T06:50:46.9124719Z         PASS [   0.017s] (  86/1124) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-17T06:50:46.9126045Z         PASS [   0.027s] (  87/1124) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-17T06:50:46.9169799Z         PASS [   0.012s] (  88/1124) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-17T06:50:46.9189676Z         PASS [   0.011s] (  89/1124) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-17T06:50:46.9193391Z         PASS [   0.013s] (  90/1124) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-17T06:50:46.9195787Z         PASS [   0.010s] (  91/1124) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-17T06:50:46.9197027Z         PASS [   0.022s] (  92/1124) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-17T06:50:46.9258238Z         PASS [   0.009s] (  93/1124) spt::bin/spt cli::tests::gh_release_version_compare_decision
2026-06-17T06:50:46.9310399Z         PASS [   1.798s] (  94/1124) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-17T06:50:46.9365937Z         PASS [   0.015s] (  95/1124) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-17T06:50:46.9402995Z         PASS [   0.016s] (  96/1124) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-17T06:50:46.9486974Z         PASS [   0.014s] (  97/1124) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-17T06:50:46.9499333Z         PASS [   0.012s] (  98/1124) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-17T06:50:46.9507536Z         PASS [   0.021s] (  99/1124) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-17T06:50:46.9576977Z         PASS [   0.009s] ( 100/1124) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-17T06:50:46.9607403Z         PASS [   0.009s] ( 101/1124) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-17T06:50:46.9769030Z         PASS [   0.011s] ( 102/1124) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-17T06:50:46.9801517Z         PASS [   0.010s] ( 103/1124) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-17T06:50:46.9802934Z         PASS [   0.027s] ( 104/1124) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-17T06:50:46.9831976Z         PASS [   0.010s] ( 105/1124) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-17T06:50:46.9902726Z         PASS [   0.011s] ( 106/1124) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-17T06:50:46.9949477Z         PASS [   0.009s] ( 107/1124) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-17T06:50:47.0029610Z         PASS [   0.016s] ( 108/1124) spt::bin/spt cli::tests::notify_surface_parses
2026-06-17T06:50:47.0030939Z         PASS [   0.012s] ( 109/1124) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-17T06:50:47.1469703Z         PASS [   0.253s] ( 110/1124) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-17T06:50:47.2123008Z         PASS [   0.213s] ( 111/1124) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-17T06:50:47.2248638Z         PASS [   0.009s] ( 112/1124) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-17T06:50:47.3070309Z         PASS [   0.160s] ( 113/1124) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-17T06:50:47.3238775Z         PASS [   0.010s] ( 114/1124) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-17T06:50:47.4781765Z         PASS [   0.150s] ( 115/1124) spt::bin/spt cli::tests::release_archive_extracts_to_a_registrable_root
2026-06-17T06:50:47.4793889Z         PASS [   0.059s] ( 116/1124) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-17T06:50:47.4810288Z         PASS [   0.009s] ( 117/1124) spt::bin/spt cli::tests::self_pin_annotates_psyche_host_failure
2026-06-17T06:50:47.4853056Z         PASS [   0.008s] ( 118/1124) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-17T06:50:47.4857766Z         PASS [   0.010s] ( 119/1124) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-17T06:50:47.4862440Z         PASS [   0.011s] ( 120/1124) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-17T06:50:47.4931819Z         PASS [   0.039s] ( 121/1124) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-17T06:50:47.4935327Z         PASS [   0.044s] ( 122/1124) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-17T06:50:47.5096263Z         PASS [   0.514s] ( 123/1124) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-17T06:50:47.5494491Z         PASS [   0.043s] ( 124/1124) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-17T06:50:47.6798041Z         PASS [   1.162s] ( 125/1124) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-17T06:50:47.6989849Z         PASS [   0.015s] ( 126/1124) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-17T06:50:47.7159455Z         PASS [   0.019s] ( 127/1124) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-17T06:50:47.7404881Z         PASS [   0.027s] ( 128/1124) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-17T06:50:47.7722106Z         PASS [   0.030s] ( 129/1124) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-17T06:50:47.7956288Z         PASS [   0.025s] ( 130/1124) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-17T06:50:47.8220388Z         PASS [   0.016s] ( 131/1124) spt::bin/spt cli::tests::subcommands_parse
2026-06-17T06:50:47.8359602Z         PASS [   0.023s] ( 132/1124) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-17T06:50:47.8471721Z         PASS [   0.010s] ( 133/1124) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-17T06:50:47.8600638Z         PASS [   0.009s] ( 134/1124) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-17T06:50:47.8676816Z         PASS [   0.009s] ( 135/1124) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-17T06:50:47.8838196Z         PASS [   0.009s] ( 136/1124) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-17T06:50:47.8903109Z         PASS [   0.009s] ( 137/1124) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-17T06:50:47.8908710Z         PASS [   0.010s] ( 138/1124) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-17T06:50:47.8987413Z         PASS [   0.008s] ( 139/1124) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-17T06:50:47.9071677Z         PASS [   0.008s] ( 140/1124) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-17T06:50:47.9197141Z         PASS [   0.009s] ( 141/1124) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-17T06:50:47.9262054Z         PASS [   0.008s] ( 142/1124) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-17T06:50:47.9349340Z         PASS [   0.009s] ( 143/1124) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-17T06:50:47.9425646Z         PASS [   0.009s] ( 144/1124) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-17T06:50:47.9517576Z         PASS [   0.009s] ( 145/1124) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-17T06:50:47.9609750Z         PASS [   0.009s] ( 146/1124) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-17T06:50:47.9714450Z         PASS [   0.009s] ( 147/1124) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-17T06:50:47.9840155Z         PASS [   0.009s] ( 148/1124) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-17T06:50:47.9896434Z         PASS [   0.010s] ( 149/1124) spt::bin/spt picker::model::tests::back_unwinds
2026-06-17T06:50:47.9985625Z         PASS [   0.009s] ( 150/1124) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-17T06:50:48.0075984Z         PASS [   0.009s] ( 151/1124) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-17T06:50:48.0220426Z         PASS [   0.009s] ( 152/1124) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-17T06:50:48.0295587Z         PASS [   0.009s] ( 153/1124) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-17T06:50:48.0369092Z         PASS [   0.009s] ( 154/1124) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-17T06:50:48.0443008Z         PASS [   0.009s] ( 155/1124) spt::bin/spt picker::model::tests::filter_narrows
2026-06-17T06:50:48.0533595Z         PASS [   0.009s] ( 156/1124) spt::bin/spt picker::model::tests::kind_routes
2026-06-17T06:50:48.0616305Z         PASS [   0.008s] ( 157/1124) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-17T06:50:48.0705884Z         PASS [   0.008s] ( 158/1124) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-17T06:50:48.0852700Z         PASS [   0.009s] ( 159/1124) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-17T06:50:48.0873262Z         PASS [   0.008s] ( 160/1124) spt::bin/spt picker::model::tests::resume_title_render
2026-06-17T06:50:48.0957815Z         PASS [   0.009s] ( 161/1124) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-17T06:50:48.1045465Z         PASS [   0.009s] ( 162/1124) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-17T06:50:48.1160225Z         PASS [   0.009s] ( 163/1124) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-17T06:50:48.1375273Z         PASS [   0.009s] ( 164/1124) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-17T06:50:48.1420080Z         PASS [   0.008s] ( 165/1124) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-17T06:50:48.1426704Z         PASS [   0.008s] ( 166/1124) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-17T06:50:48.1477407Z         PASS [   2.515s] ( 167/1124) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-17T06:50:48.1576063Z         PASS [   0.011s] ( 168/1124) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-17T06:50:48.1612753Z         PASS [   0.014s] ( 169/1124) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-17T06:50:48.1685977Z         PASS [   0.015s] ( 170/1124) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-17T06:50:48.1697272Z         PASS [   0.012s] ( 171/1124) spt::bin/spt picker::view::tests::kind_buffer
2026-06-17T06:50:48.1797473Z         PASS [   0.015s] ( 172/1124) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-17T06:50:48.1846298Z         PASS [   0.015s] ( 173/1124) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-17T06:50:48.2014128Z         PASS [   0.013s] ( 174/1124) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-17T06:50:48.2124428Z         PASS [   1.286s] ( 175/1124) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-17T06:50:48.2125891Z         PASS [   0.010s] ( 176/1124) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-17T06:50:48.2192261Z         PASS [   0.009s] ( 177/1124) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-17T06:50:48.2244028Z         PASS [   0.009s] ( 178/1124) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-17T06:50:48.2409760Z         PASS [   0.010s] ( 179/1124) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-17T06:50:48.2411333Z         PASS [   0.010s] ( 180/1124) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-17T06:50:48.2460528Z         PASS [   0.034s] ( 181/1124) spt-daemon access::tests::gate_decision_table
2026-06-17T06:50:48.2651591Z         PASS [   0.010s] ( 182/1124) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-17T06:50:48.2736857Z         PASS [   0.011s] ( 183/1124) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-17T06:50:48.2759380Z         PASS [   0.009s] ( 184/1124) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-17T06:50:48.2904618Z         PASS [   0.009s] ( 185/1124) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-17T06:50:48.2940352Z         PASS [   4.097s] ( 186/1124) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-17T06:50:48.3120786Z         PASS [   0.020s] ( 187/1124) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-17T06:50:48.3322332Z         PASS [   0.019s] ( 188/1124) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-17T06:50:48.3373696Z         PASS [   1.801s] ( 189/1124) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-17T06:50:48.3375010Z         PASS [   0.009s] ( 190/1124) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-17T06:50:48.3596616Z         PASS [   0.008s] ( 191/1124) spt-daemon adapter_update::tests::gh_release_is_managed_cli_side_not_in_pure_plan
2026-06-17T06:50:48.3839252Z         PASS [   0.023s] ( 192/1124) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-17T06:50:48.3984398Z         PASS [   0.018s] ( 193/1124) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-17T06:50:48.4116577Z         PASS [   0.016s] ( 194/1124) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-17T06:50:48.4196571Z         PASS [   0.086s] ( 195/1124) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-17T06:50:48.4250607Z         PASS [   0.093s] ( 196/1124) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-17T06:50:48.4305320Z         PASS [   0.084s] ( 197/1124) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-17T06:50:48.4466320Z         PASS [   0.025s] ( 198/1124) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-17T06:50:48.4549857Z         PASS [   0.028s] ( 199/1124) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-17T06:50:48.4595980Z         PASS [   0.030s] ( 200/1124) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-17T06:50:48.4597584Z         PASS [   0.008s] ( 201/1124) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-17T06:50:48.4645734Z         PASS [   0.015s] ( 202/1124) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-17T06:50:48.4697662Z         PASS [   0.011s] ( 203/1124) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-17T06:50:48.4757674Z         PASS [   0.008s] ( 204/1124) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-17T06:50:48.4780465Z         PASS [   0.028s] ( 205/1124) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-17T06:50:48.4782058Z         PASS [   0.009s] ( 206/1124) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-17T06:50:48.4838831Z         PASS [   0.008s] ( 207/1124) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-17T06:50:50.0164878Z         PASS [   0.008s] ( 208/1124) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-17T06:50:50.0214355Z         PASS [   0.009s] ( 209/1124) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-17T06:50:50.0268717Z         PASS [   0.008s] ( 210/1124) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-17T06:50:50.0350425Z         PASS [   0.009s] ( 211/1124) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-17T06:50:50.0369213Z         PASS [   0.008s] ( 212/1124) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-17T06:50:50.0379881Z         PASS [   0.008s] ( 213/1124) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-17T06:50:50.0445556Z         PASS [   0.008s] ( 214/1124) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-17T06:50:50.0549511Z         PASS [   0.008s] ( 215/1124) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-17T06:50:50.0628723Z         PASS [   0.211s] ( 216/1124) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-17T06:50:50.0660856Z         PASS [   0.008s] ( 217/1124) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-17T06:50:50.0680212Z         PASS [   0.219s] ( 218/1124) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-17T06:50:50.0687122Z         PASS [   0.420s] ( 219/1124) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-17T06:50:50.0735522Z         PASS [   0.440s] ( 220/1124) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-17T06:50:50.0800906Z         PASS [   0.210s] ( 221/1124) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-17T06:50:50.0945152Z         PASS [   0.444s] ( 222/1124) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-17T06:50:50.0982072Z         PASS [   0.008s] ( 223/1124) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-17T06:50:50.1069253Z         PASS [   0.008s] ( 224/1124) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-17T06:50:50.1177659Z         PASS [   0.008s] ( 225/1124) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-17T06:50:50.1235081Z         PASS [   0.008s] ( 226/1124) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-17T06:50:50.1236045Z         PASS [   0.008s] ( 227/1124) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-17T06:50:50.1290093Z         PASS [   0.008s] ( 228/1124) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-17T06:50:50.1354076Z         PASS [   0.008s] ( 229/1124) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-17T06:50:50.1422880Z         PASS [   0.030s] ( 230/1124) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-17T06:50:50.1470252Z         PASS [   0.009s] ( 231/1124) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-17T06:50:50.1477260Z         PASS [   0.008s] ( 232/1124) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-17T06:50:50.1480393Z         PASS [   0.008s] ( 233/1124) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-17T06:50:50.1737656Z         PASS [   0.029s] ( 234/1124) spt-daemon config::tests::missing_file_is_default
2026-06-17T06:50:50.1803451Z         PASS [   0.007s] ( 235/1124) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-17T06:50:50.1872143Z         PASS [   0.024s] ( 236/1124) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-17T06:50:50.1940198Z         PASS [   0.007s] ( 237/1124) spt-daemon config::tests::save_load_roundtrip
2026-06-17T06:50:50.2093467Z         PASS [   0.006s] ( 238/1124) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-17T06:50:50.2136742Z         PASS [   0.221s] ( 239/1124) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-17T06:50:50.2335782Z         PASS [   0.012s] ( 240/1124) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-17T06:50:50.2405722Z         PASS [   0.020s] ( 241/1124) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-17T06:50:50.2532176Z         PASS [   0.008s] ( 242/1124) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-17T06:50:50.2566655Z         PASS [   0.008s] ( 243/1124) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-17T06:50:50.2667073Z         PASS [   0.050s] ( 244/1124) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-17T06:50:50.2754097Z         PASS [   0.011s] ( 245/1124) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-17T06:50:50.2905157Z         PASS [   0.018s] ( 246/1124) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-17T06:50:50.3031058Z         PASS [   0.008s] ( 247/1124) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-17T06:50:50.3128613Z         PASS [   0.008s] ( 248/1124) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-17T06:50:50.3330181Z         PASS [   0.008s] ( 249/1124) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-17T06:50:50.3459297Z         PASS [   0.006s] ( 250/1124) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-17T06:50:50.3560238Z         PASS [   0.031s] ( 251/1124) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-17T06:50:50.3687399Z         PASS [   0.008s] ( 252/1124) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-17T06:50:50.3810329Z         PASS [   0.007s] ( 253/1124) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-17T06:50:50.3899513Z         PASS [   0.007s] ( 254/1124) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-17T06:50:50.3912687Z         PASS [   0.031s] ( 255/1124) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-17T06:50:50.4023953Z         PASS [   0.008s] ( 256/1124) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-17T06:50:50.4025178Z         PASS [   0.008s] ( 257/1124) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-17T06:50:50.4049725Z         PASS [   0.006s] ( 258/1124) spt-daemon deelevate::tests::sudo_invoker_derivation_is_strict
2026-06-17T06:50:50.4062556Z         PASS [   0.006s] ( 259/1124) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-17T06:50:50.4086794Z         PASS [   0.099s] ( 260/1124) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-17T06:50:50.4145968Z         PASS [   0.009s] ( 261/1124) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-17T06:50:50.4193115Z         PASS [   0.008s] ( 262/1124) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-17T06:50:50.4197073Z         PASS [   0.009s] ( 263/1124) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-17T06:50:50.4237212Z         PASS [   0.008s] ( 264/1124) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-17T06:50:50.4306560Z         PASS [   0.008s] ( 265/1124) spt-daemon digest::tests::resolve_config_precedence
2026-06-17T06:50:50.4340638Z         PASS [   0.187s] ( 266/1124) spt-daemon deelevate::tests::election_resolves_real_users_never_root
2026-06-17T06:50:50.4375315Z         PASS [   0.008s] ( 267/1124) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-17T06:50:50.4427304Z         PASS [   0.008s] ( 268/1124) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-17T06:50:50.4445944Z         PASS [   0.008s] ( 269/1124) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-17T06:50:50.4591379Z         PASS [   0.008s] ( 270/1124) spt-daemon digesthub::tests::render_is_glanceable
2026-06-17T06:50:50.4595656Z         PASS [   0.008s] ( 271/1124) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-17T06:50:50.4612885Z         PASS [   0.008s] ( 272/1124) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-17T06:50:50.4667502Z         PASS [   0.008s] ( 273/1124) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-17T06:50:50.4726590Z         PASS [   0.007s] ( 274/1124) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-06-17T06:50:50.4753912Z         PASS [   0.008s] ( 275/1124) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-06-17T06:50:50.4765063Z         PASS [   0.008s] ( 276/1124) spt-daemon drivehub::tests::slots_are_per_owner
2026-06-17T06:50:50.4841147Z         PASS [   0.008s] ( 277/1124) spt-daemon drivehub::tests::take_is_exactly_once
2026-06-17T06:50:50.4889688Z         PASS [   0.009s] ( 278/1124) spt-daemon drivehub::tests::write_is_latest_wins
2026-06-17T06:50:50.4965462Z         PASS [   2.271s] ( 279/1124) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-17T06:50:50.5077298Z         PASS [   0.645s] ( 280/1124) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-17T06:50:50.5148862Z         PASS [   0.178s] ( 281/1124) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-17T06:50:50.5205036Z         PASS [   0.296s] ( 282/1124) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-17T06:50:50.5247577Z         PASS [   0.009s] ( 283/1124) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-17T06:50:50.5340796Z         PASS [   0.009s] ( 284/1124) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-17T06:50:50.5363720Z         PASS [   0.008s] ( 285/1124) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-17T06:50:50.5404886Z         PASS [   0.223s] ( 286/1124) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-17T06:50:50.5456031Z         PASS [   0.009s] ( 287/1124) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-17T06:50:50.5459440Z         PASS [   0.009s] ( 288/1124) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-17T06:50:50.5474725Z         PASS [   0.009s] ( 289/1124) spt-daemon grants::tests::escalation_answers_apply
2026-06-17T06:50:50.5539196Z         PASS [   0.008s] ( 290/1124) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-17T06:50:50.5540117Z         PASS [   0.008s] ( 291/1124) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-17T06:50:50.5541004Z         PASS [   0.009s] ( 292/1124) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-17T06:50:50.5541867Z         PASS [   0.190s] ( 293/1124) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-17T06:50:50.5669348Z         PASS [   0.008s] ( 294/1124) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-17T06:50:50.5670329Z         PASS [   0.008s] ( 295/1124) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-17T06:50:50.5671201Z         PASS [   0.009s] ( 296/1124) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-17T06:50:50.5672266Z         PASS [   0.012s] ( 297/1124) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-17T06:50:50.5673410Z         PASS [   0.009s] ( 298/1124) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-17T06:50:50.5674387Z         PASS [   0.064s] ( 299/1124) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-17T06:50:50.5675335Z         PASS [   0.064s] ( 300/1124) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-17T06:50:50.5676295Z         PASS [   0.039s] ( 301/1124) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-17T06:50:50.5677298Z         PASS [   0.050s] ( 302/1124) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-17T06:50:50.5678562Z         PASS [   0.031s] ( 303/1124) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-17T06:50:50.5679564Z         PASS [   0.062s] ( 304/1124) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-17T06:50:50.5680432Z         PASS [   2.054s] ( 305/1124) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-17T06:50:50.5681351Z         PASS [   0.061s] ( 306/1124) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-17T06:50:50.5682300Z         PASS [   0.061s] ( 307/1124) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-17T06:50:50.5683303Z         PASS [   0.043s] ( 308/1124) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-17T06:50:50.5684410Z         PASS [   0.086s] ( 309/1124) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-17T06:50:50.5685354Z         PASS [   0.221s] ( 310/1124) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-17T06:50:50.5686308Z         PASS [   0.009s] ( 311/1124) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-06-17T06:50:50.8398393Z         PASS [   0.494s] ( 312/1124) spt-daemon linkhost::tests::gateway_typed_owner_resolves_and_drives_keyed_on_id_not_type
2026-06-17T06:50:50.8614706Z         PASS [   0.317s] ( 313/1124) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-06-17T06:50:50.8950139Z         PASS [   3.504s] ( 314/1124) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-17T06:50:50.9147843Z         PASS [   2.711s] ( 315/1124) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-17T06:50:50.9161489Z         PASS [   1.165s] ( 316/1124) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-17T06:50:50.9284714Z         PASS [   0.088s] ( 317/1124) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-06-17T06:50:50.9417610Z         PASS [   0.080s] ( 318/1124) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-06-17T06:50:50.9532788Z         PASS [   0.037s] ( 319/1124) spt-daemon livehost::tests::reconcile_does_not_double_host
2026-06-17T06:50:50.9654228Z         PASS [   0.012s] ( 320/1124) spt-daemon livehost::tests::reconcile_skips_an_offline_live_endpoint
2026-06-17T06:50:50.9733817Z         PASS [   0.058s] ( 321/1124) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-06-17T06:50:50.9830603Z         PASS [   0.010s] ( 322/1124) spt-daemon livehost::tests::residency_classification
2026-06-17T06:50:50.9865403Z         PASS [   0.045s] ( 323/1124) spt-daemon livehost::tests::reconcile_keeps_driver_on_transient_read_fail_unhosts_on_dir_gone
2026-06-17T06:50:50.9891981Z         PASS [   0.061s] ( 324/1124) spt-daemon livehost::tests::reconcile_hosts_an_online_live_endpoint_and_drives_its_pulse
2026-06-17T06:50:50.9938527Z         PASS [   0.010s] ( 325/1124) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-17T06:50:50.9942919Z         PASS [   0.951s] ( 326/1124) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-17T06:50:50.9988796Z         PASS [   0.104s] ( 327/1124) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-17T06:50:51.0037946Z         PASS [   0.010s] ( 328/1124) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-17T06:50:51.0044873Z         PASS [   0.010s] ( 329/1124) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-17T06:50:51.0046198Z         PASS [   0.018s] ( 330/1124) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-17T06:50:51.0053220Z         PASS [   0.011s] ( 331/1124) spt-daemon msg::tests::output_envelope_round_trips
2026-06-17T06:50:51.0113051Z         PASS [   0.010s] ( 332/1124) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-17T06:50:51.0137886Z         PASS [   0.048s] ( 333/1124) spt-daemon livehost::tests::reconcile_unhosts_on_offline_transition
2026-06-17T06:50:51.0175515Z         PASS [   0.018s] ( 334/1124) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-17T06:50:51.0216355Z         PASS [   0.008s] ( 335/1124) spt-daemon nethost::tests::retentive_log_is_lossless_ordered_while_ordinary_log_overwrites
2026-06-17T06:50:51.0230463Z         PASS [   0.691s] ( 336/1124) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-17T06:50:51.0490776Z         PASS [   0.041s] ( 337/1124) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-17T06:50:51.0522870Z         PASS [   0.043s] ( 338/1124) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-17T06:50:51.0998056Z         PASS [   0.082s] ( 339/1124) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-17T06:50:51.1831443Z         PASS [   0.136s] ( 340/1124) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-17T06:50:51.2095860Z         PASS [   0.206s] ( 341/1124) spt-daemon nethost::tests::bounded_block_on_cuts_a_never_completing_op_with_an_ordinary_error
2026-06-17T06:50:51.2399337Z         PASS [   0.030s] ( 342/1124) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-17T06:50:51.2560567Z         PASS [   0.073s] ( 343/1124) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-17T06:50:51.2853797Z         PASS [   0.262s] ( 344/1124) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-17T06:50:51.2854893Z         PASS [   0.264s] ( 345/1124) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-17T06:50:51.3136079Z         PASS [   0.266s] ( 346/1124) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-17T06:50:51.3491899Z         PASS [   0.064s] ( 347/1124) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-17T06:50:51.3587154Z         PASS [   0.259s] ( 348/1124) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-17T06:50:51.4916763Z         PASS [   0.178s] ( 349/1124) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-17T06:50:51.5051468Z         PASS [   0.147s] ( 350/1124) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-17T06:50:51.5141189Z         PASS [   0.009s] ( 351/1124) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-17T06:50:51.5255021Z         PASS [   0.011s] ( 352/1124) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-17T06:50:51.5311809Z         PASS [   0.182s] ( 353/1124) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-17T06:50:51.5351961Z         PASS [   0.010s] ( 354/1124) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-17T06:50:51.5407456Z         PASS [   0.010s] ( 355/1124) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-17T06:50:51.5449982Z         PASS [   0.010s] ( 356/1124) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-17T06:50:51.5489702Z         PASS [   0.008s] ( 357/1124) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-17T06:50:51.6017317Z         PASS [   0.362s] ( 358/1124) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-17T06:50:51.6068266Z         PASS [   0.351s] ( 359/1124) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-17T06:50:51.6089368Z         PASS [   0.324s] ( 360/1124) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-17T06:50:51.6299501Z         PASS [   0.138s] ( 361/1124) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-17T06:50:51.6793434Z         PASS [   0.134s] ( 362/1124) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-17T06:50:51.7464552Z         PASS [   0.145s] ( 363/1124) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-17T06:50:51.7509170Z         PASS [   0.144s] ( 364/1124) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-17T06:50:51.7578156Z         PASS [   0.149s] ( 365/1124) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-17T06:50:51.7613966Z         PASS [   0.010s] ( 366/1124) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-17T06:50:51.7673769Z         PASS [   0.009s] ( 367/1124) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-17T06:50:51.7734291Z         PASS [   0.012s] ( 368/1124) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-17T06:50:51.7765981Z         PASS [   0.009s] ( 369/1124) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-17T06:50:51.7819012Z         PASS [   0.008s] ( 370/1124) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-17T06:50:51.7846741Z         PASS [   0.008s] ( 371/1124) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-17T06:50:51.7906889Z         PASS [   0.009s] ( 372/1124) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-17T06:50:51.7932525Z         PASS [   0.009s] ( 373/1124) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-17T06:50:51.8001873Z         PASS [   0.009s] ( 374/1124) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-17T06:50:51.8003128Z         PASS [   0.251s] ( 375/1124) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-17T06:50:51.8018227Z         PASS [   0.008s] ( 376/1124) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-17T06:50:51.8096612Z         PASS [   0.009s] ( 377/1124) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-17T06:50:51.8099555Z         PASS [   0.008s] ( 378/1124) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-17T06:50:51.8177626Z         PASS [   0.138s] ( 379/1124) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-17T06:50:51.8185567Z         PASS [   0.009s] ( 380/1124) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-17T06:50:51.8188497Z         PASS [   0.010s] ( 381/1124) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-17T06:50:51.8248666Z         PASS [   0.025s] ( 382/1124) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-17T06:50:51.8264141Z         PASS [   0.008s] ( 383/1124) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-17T06:50:51.8270843Z         PASS [   0.008s] ( 384/1124) spt-daemon reconcile::tests::active_node_wins
2026-06-17T06:50:51.8340242Z         PASS [   0.009s] ( 385/1124) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-17T06:50:51.8351503Z         PASS [   0.009s] ( 386/1124) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-17T06:50:51.8361228Z         PASS [   0.009s] ( 387/1124) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-17T06:50:51.8384794Z         PASS [   0.209s] ( 388/1124) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-17T06:50:51.8479150Z         PASS [   0.012s] ( 389/1124) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-17T06:50:51.8480979Z         PASS [   0.012s] ( 390/1124) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-17T06:50:51.8527313Z         PASS [   0.014s] ( 391/1124) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-17T06:50:51.8579517Z         PASS [   0.040s] ( 392/1124) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-17T06:50:51.8616394Z         PASS [   0.026s] ( 393/1124) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-17T06:50:51.8618891Z         PASS [   0.014s] ( 394/1124) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-17T06:50:51.8656779Z         PASS [   0.013s] ( 395/1124) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-17T06:50:51.8691391Z         PASS [   0.018s] ( 396/1124) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-17T06:50:51.8730163Z         PASS [   0.011s] ( 397/1124) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-17T06:50:51.8744792Z         PASS [   0.010s] ( 398/1124) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-17T06:50:51.8746667Z         PASS [   0.011s] ( 399/1124) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-17T06:50:51.8789981Z         PASS [   0.012s] ( 400/1124) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-17T06:50:51.8859602Z         PASS [   0.009s] ( 401/1124) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-17T06:50:51.8870060Z         PASS [   0.014s] ( 402/1124) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-17T06:50:51.8898115Z         PASS [   0.011s] ( 403/1124) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-17T06:50:51.8899604Z         PASS [   0.011s] ( 404/1124) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-17T06:50:51.8919279Z         PASS [   0.012s] ( 405/1124) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-17T06:50:51.8925722Z         PASS [   0.011s] ( 406/1124) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-17T06:50:51.8996568Z         PASS [   0.010s] ( 407/1124) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-17T06:50:51.9014329Z         PASS [   0.009s] ( 408/1124) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-17T06:50:51.9025109Z         PASS [   0.010s] ( 409/1124) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-17T06:50:51.9211546Z         PASS [   0.021s] ( 410/1124) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-17T06:50:51.9225151Z         PASS [   0.021s] ( 411/1124) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-17T06:50:51.9229192Z         PASS [   0.020s] ( 412/1124) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-17T06:50:51.9307198Z         PASS [   0.008s] ( 413/1124) spt-daemon release::tests::hex_roundtrips
2026-06-17T06:50:51.9409884Z         PASS [   0.010s] ( 414/1124) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-17T06:50:51.9428798Z         PASS [   0.022s] ( 415/1124) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-17T06:50:51.9506408Z         PASS [   0.010s] ( 416/1124) spt-daemon release::tests::revoked_key_is_rejected
2026-06-17T06:50:51.9511177Z         PASS [   0.008s] ( 417/1124) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-17T06:50:51.9650904Z         PASS [   0.041s] ( 418/1124) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-17T06:50:51.9714519Z         PASS [   0.021s] ( 419/1124) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-17T06:50:51.9716282Z         PASS [   0.021s] ( 420/1124) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-17T06:50:51.9860164Z         PASS [   0.021s] ( 421/1124) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-17T06:50:51.9890325Z         PASS [   0.240s] ( 422/1124) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-17T06:50:51.9925978Z         PASS [   0.021s] ( 423/1124) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-17T06:50:52.0076108Z         PASS [   0.036s] ( 424/1124) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-17T06:50:52.0150870Z         PASS [   0.022s] ( 425/1124) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-17T06:50:52.0152066Z         PASS [   0.025s] ( 426/1124) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-17T06:50:52.0168395Z         PASS [   0.022s] ( 427/1124) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-17T06:50:52.0206323Z         PASS [   0.013s] ( 428/1124) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-17T06:50:52.0227810Z         PASS [   0.011s] ( 429/1124) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-17T06:50:52.0279852Z         PASS [   0.014s] ( 430/1124) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-17T06:50:52.0321110Z         PASS [   0.010s] ( 431/1124) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-17T06:50:52.0430497Z         PASS [   0.014s] ( 432/1124) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-17T06:50:52.0431831Z         PASS [   0.011s] ( 433/1124) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-17T06:50:52.0540430Z         PASS [   0.011s] ( 434/1124) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-17T06:50:52.0545853Z         PASS [   0.047s] ( 435/1124) spt-daemon release::tests::verify_detached_signs_raw_artifact_bytes
2026-06-17T06:50:52.0626619Z         PASS [   0.008s] ( 436/1124) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-17T06:50:52.0638005Z         PASS [   0.010s] ( 437/1124) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-17T06:50:52.0670610Z         PASS [   0.189s] ( 438/1124) spt-daemon relay::tests::run_honors_stop
2026-06-17T06:50:52.0728478Z         PASS [   0.010s] ( 439/1124) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-17T06:50:52.0790847Z         PASS [   0.015s] ( 440/1124) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-17T06:50:52.0816736Z         PASS [   0.059s] ( 441/1124) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-17T06:50:52.0860626Z         PASS [   0.016s] ( 442/1124) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-17T06:50:52.0898745Z         PASS [   0.017s] ( 443/1124) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-17T06:50:52.0905765Z         PASS [   0.008s] ( 444/1124) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-17T06:50:52.0909234Z         PASS [   0.008s] ( 445/1124) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-17T06:50:52.0943051Z         PASS [   0.015s] ( 446/1124) spt-daemon seedmap::tests::take_absent_is_none
2026-06-17T06:50:52.0998030Z         PASS [   0.010s] ( 447/1124) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-17T06:50:52.1002454Z         PASS [   0.009s] ( 448/1124) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-17T06:50:52.1003655Z         PASS [   0.010s] ( 449/1124) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-17T06:50:52.1060457Z         PASS [   0.009s] ( 450/1124) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-17T06:50:52.1115620Z         PASS [   1.101s] ( 451/1124) spt-daemon nethost::tests::loopback_tunnel_backpressures_without_loss
2026-06-17T06:50:52.1130040Z         PASS [   0.010s] ( 452/1124) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-17T06:50:52.1131956Z         PASS [   0.011s] ( 453/1124) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-17T06:50:52.1133530Z         PASS [   0.011s] ( 454/1124) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-17T06:50:52.1174545Z         PASS [   0.011s] ( 455/1124) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-17T06:50:52.1194871Z         PASS [   0.073s] ( 456/1124) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-17T06:50:52.1212970Z         PASS [   0.009s] ( 457/1124) spt-daemon service::tests::systemd_unit_path_follows_xdg_then_home
2026-06-17T06:50:52.1219984Z         PASS [   0.009s] ( 458/1124) spt-daemon shellchan::tests::drive_frame_shape_mirrors_sensory
2026-06-17T06:50:52.1259970Z         PASS [   0.011s] ( 459/1124) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-17T06:50:52.1278505Z         PASS [   0.011s] ( 460/1124) spt-daemon service::tests::service_ignored_under_spt_home_override
2026-06-17T06:50:52.1315852Z         PASS [   0.015s] ( 461/1124) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-17T06:50:52.1360010Z         PASS [   0.010s] ( 462/1124) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-17T06:50:52.1369984Z         PASS [   0.013s] ( 463/1124) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-17T06:50:52.1371191Z         PASS [   0.020s] ( 464/1124) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-17T06:50:52.1372364Z         PASS [   0.015s] ( 465/1124) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-17T06:50:52.1410888Z         PASS [   0.268s] ( 466/1124) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-17T06:50:52.1478600Z         PASS [   0.013s] ( 467/1124) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-17T06:50:52.1510253Z         PASS [   0.014s] ( 468/1124) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-17T06:50:52.1511747Z         PASS [   0.016s] ( 469/1124) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-17T06:50:52.1541345Z         PASS [   0.032s] ( 470/1124) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-17T06:50:52.1553840Z         PASS [   0.015s] ( 471/1124) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-17T06:50:52.1660404Z         PASS [   0.014s] ( 472/1124) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-17T06:50:52.1662084Z         PASS [   0.011s] ( 473/1124) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-17T06:50:52.1676098Z         PASS [   0.013s] ( 474/1124) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-17T06:50:52.1700104Z         PASS [   0.013s] ( 475/1124) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-17T06:50:52.1748656Z         PASS [   0.013s] ( 476/1124) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-17T06:50:52.1799767Z         PASS [   0.011s] ( 477/1124) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-17T06:50:52.1835776Z         PASS [   0.009s] ( 478/1124) spt-daemon sync::tests::gate_decision_table
2026-06-17T06:50:52.1863051Z         PASS [   0.035s] ( 479/1124) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-17T06:50:52.1951162Z         PASS [   0.009s] ( 480/1124) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-17T06:50:52.2043905Z         PASS [   0.009s] ( 481/1124) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-17T06:50:52.2121843Z         PASS [   0.044s] ( 482/1124) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-17T06:50:52.2137329Z         PASS [   0.009s] ( 483/1124) spt-daemon tunnelhub::tests::clear_evicts_the_entry
2026-06-17T06:50:52.2208344Z         PASS [   0.009s] ( 484/1124) spt-daemon tunnelhub::tests::dead_generation_stream_is_never_surfaced
2026-06-17T06:50:52.2243269Z         PASS [   0.010s] ( 485/1124) spt-daemon tunnelhub::tests::entries_are_per_owner
2026-06-17T06:50:52.2255548Z         PASS [   0.063s] ( 486/1124) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-17T06:50:52.2295632Z         PASS [   0.009s] ( 487/1124) spt-daemon tunnelhub::tests::relink_overwrites_the_entry_with_a_fresh_generation
2026-06-17T06:50:52.2329869Z         PASS [   0.009s] ( 488/1124) spt-daemon tunnelhub::tests::resolve_serves_each_end_under_the_opening_token
2026-06-17T06:50:52.2340720Z         PASS [   0.008s] ( 489/1124) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-17T06:50:52.2384793Z         PASS [   0.009s] ( 490/1124) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-17T06:50:52.2415384Z         PASS [   0.009s] ( 491/1124) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-17T06:50:52.2450842Z         PASS [   0.008s] ( 492/1124) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-17T06:50:52.2625215Z         PASS [   0.020s] ( 493/1124) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-17T06:50:52.2715536Z         PASS [   0.009s] ( 494/1124) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-17T06:50:52.2751792Z         PASS [   0.036s] ( 495/1124) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-17T06:50:52.2798663Z         PASS [   0.008s] ( 496/1124) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-17T06:50:52.2839842Z         PASS [   0.042s] ( 497/1124) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-17T06:50:52.2884465Z         PASS [   0.008s] ( 498/1124) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-17T06:50:52.2927297Z         PASS [   0.018s] ( 499/1124) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-17T06:50:52.3117793Z         PASS [   0.180s] ( 500/1124) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-17T06:50:52.3230485Z         PASS [   0.143s] ( 501/1124) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-17T06:50:52.3464991Z         PASS [   0.034s] ( 502/1124) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-17T06:50:52.3568719Z         PASS [   0.224s] ( 503/1124) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-17T06:50:52.3821611Z         PASS [   0.036s] ( 504/1124) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-17T06:50:52.3850161Z         PASS [   0.061s] ( 505/1124) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-17T06:50:52.3973008Z         PASS [   0.109s] ( 506/1124) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-17T06:50:52.4085212Z         PASS [   0.116s] ( 507/1124) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-17T06:50:52.4188194Z         PASS [   0.235s] ( 508/1124) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-17T06:50:52.4220320Z         PASS [   0.066s] ( 509/1124) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-17T06:50:52.4305315Z         PASS [   0.048s] ( 510/1124) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-17T06:50:52.4694714Z         PASS [   0.039s] ( 511/1124) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-17T06:50:52.4745616Z         PASS [   0.061s] ( 512/1124) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-17T06:50:52.4876489Z         PASS [   0.018s] ( 513/1124) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-17T06:50:52.4970237Z         PASS [   0.023s] ( 514/1124) spt-daemon::budget measure_dormant_seat_budget
2026-06-17T06:50:52.4971317Z         PASS [   0.097s] ( 515/1124) spt-daemon::attach resize_is_controller_exclusive
2026-06-17T06:50:52.5273655Z         PASS [   0.143s] ( 516/1124) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-17T06:50:52.5431338Z         PASS [   0.124s] ( 517/1124) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-17T06:50:52.5486724Z         PASS [   0.021s] ( 518/1124) spt-daemon::dispatch classify_routes_a_node_label_feed_to_registry
2026-06-17T06:50:52.6221617Z         PASS [   0.128s] ( 519/1124) spt-daemon::digest harness_hosted_digest_projects_and_pushes_deltas
2026-06-17T06:50:52.6338011Z         PASS [   0.212s] ( 520/1124) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-17T06:50:52.6417162Z         PASS [   0.358s] ( 521/1124) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-17T06:50:52.7868548Z         PASS [   0.152s] ( 522/1124) spt-daemon::dispatch dispatcher_serves_a_file_fetch_undriven
2026-06-17T06:50:52.8443415Z         PASS [   0.301s] ( 523/1124) spt-daemon::dispatch dispatcher_applies_a_notif_feed_undriven
2026-06-17T06:50:52.8484786Z         PASS [   0.207s] ( 524/1124) spt-daemon::dispatch dispatcher_serves_a_remote_drive_attach_undriven
2026-06-17T06:50:52.9105778Z         PASS [   0.288s] ( 525/1124) spt-daemon::dispatch dispatcher_serves_a_cross_node_shell_link
2026-06-17T06:50:52.9372469Z         PASS [   0.388s] ( 526/1124) spt-daemon::dispatch dispatcher_funnels_wan_messages_undriven
2026-06-17T06:50:52.9553508Z         PASS [   0.169s] ( 527/1124) spt-daemon::dispatch dispatcher_serves_a_subnet_serve_probe
2026-06-17T06:50:53.0052219Z         PASS [   0.156s] ( 528/1124) spt-daemon::dispatch dispatcher_serves_an_update_pull_undriven
2026-06-17T06:50:53.0091334Z         PASS [   0.049s] ( 529/1124) spt-daemon::handoff brain_restart_survives_gaplessly_with_fresh_gen_start
2026-06-17T06:50:53.1340455Z         PASS [   0.645s] ( 530/1124) spt-daemon::daemon_e2e daemon_hosts_lifecycle_and_survives_brain_restart
2026-06-17T06:50:53.1610257Z         PASS [   0.222s] ( 531/1124) spt-daemon::dispatch dispatcher_survives_an_unknown_stream
2026-06-17T06:50:53.1935416Z         PASS [   0.188s] ( 532/1124) spt-daemon::idempotent pty_writes_are_exactly_once_across_brain_crashes
2026-06-17T06:50:53.2459168Z         PASS [   0.334s] ( 533/1124) spt-daemon::dispatch dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-06-17T06:50:53.3218413Z         PASS [   0.477s] ( 534/1124) spt-daemon::dispatch dispatcher_serves_a_sync_pull_undriven
2026-06-17T06:50:53.3397707Z         PASS [   0.334s] ( 535/1124) spt-daemon::mesh all_online_star_a_reaches_c_b_never_relays
2026-06-17T06:50:53.3424340Z         PASS [   0.019s] ( 536/1124) spt-daemon::netbroker netless_broker_probes_gracefully
2026-06-17T06:50:53.3609090Z         PASS [   0.167s] ( 537/1124) spt-daemon::netbroker broker_owns_endpoint_and_reports_status
2026-06-17T06:50:53.3910138Z         PASS [   0.047s] ( 538/1124) spt-daemon::netbroker unknown_net_frame_is_reported_not_fatal
2026-06-17T06:50:53.4525179Z         PASS [   0.293s] ( 539/1124) spt-daemon::netbroker brain_dials_second_broker_over_loopback
2026-06-17T06:50:53.4676670Z         PASS [   0.124s] ( 540/1124) spt-daemon::netbroker replayed_dial_op_is_deduped_across_brain_restart
2026-06-17T06:50:53.5132179Z         PASS [   0.380s] ( 541/1124) spt-daemon::mesh staggered_offliner_still_meshes
2026-06-17T06:50:53.6467919Z         PASS [   0.258s] ( 542/1124) spt-daemon::netstream sender_brain_restart_redrive_is_exactly_once
2026-06-17T06:50:53.7210490Z         PASS [   0.357s] ( 543/1124) spt-daemon::netstream receiver_brain_restart_is_gapless_and_exactly_once
2026-06-17T06:50:53.8395160Z         PASS [   0.327s] ( 544/1124) spt-daemon::presence presence_history_replays_from_zero_for_a_late_subscriber
2026-06-17T06:50:53.8657386Z         PASS [   0.413s] ( 545/1124) spt-daemon::notifsync notif_spools_converge_over_the_wire_and_dismiss_replicates
2026-06-17T06:50:53.9309092Z         PASS [   0.466s] ( 546/1124) spt-daemon::pairjoin daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end
2026-06-17T06:50:53.9392204Z         PASS [   0.292s] ( 547/1124) spt-daemon::presence presence_survives_brain_restart_with_cursor_resume
2026-06-17T06:50:53.9588383Z         PASS [   0.119s] ( 548/1124) spt-daemon::propagate rollback_offer_is_rejected_before_any_fetch
2026-06-17T06:50:54.0543015Z         PASS [   0.115s] ( 549/1124) spt-daemon::propagate untrusted_origin_gets_no_offer
2026-06-17T06:50:54.0798725Z         PASS [   0.149s] ( 550/1124) spt-daemon::propagate tampered_relay_artifact_is_rejected_and_never_staged
2026-06-17T06:50:54.2280612Z         PASS [   0.268s] ( 551/1124) spt-daemon::propagate update_set_propagates_selected_platform_artifact
2026-06-17T06:50:54.2496531Z         PASS [   0.531s] ( 552/1124) spt-daemon::propagate chain_self_heal_propagates_with_gate_at_every_hop
2026-06-17T06:50:54.2702712Z         PASS [   0.404s] ( 553/1124) spt-daemon::propagate status_query_drives_the_convergence_table_end_to_end
2026-06-17T06:50:54.4775741Z         PASS [   0.207s] ( 554/1124) spt-daemon::reseed benign_offliner_is_reseeded_across_a_rotation
2026-06-17T06:50:54.4942358Z         PASS [   0.245s] ( 555/1124) spt-daemon::replicate registries_converge_over_the_wire_and_the_lease_holds
2026-06-17T06:50:54.6385552Z         PASS [   0.585s] ( 556/1124) spt-daemon::pump pump_and_dispatch_self_drive_the_subnet
2026-06-17T06:50:54.8377561Z         PASS [   0.610s] ( 557/1124) spt-daemon::pumpdeadline pump_brain_times_out_when_broker_never_replies
2026-06-17T06:50:54.9875786Z         PASS [   1.742s] ( 558/1124) spt-daemon::netbroker dial_to_a_black_holing_peer_fails_with_a_bounded_ordinary_error
2026-06-17T06:50:55.1265508Z         PASS [   0.139s] ( 559/1124) spt-daemon::rosterprop roster_exchange_never_leaks_unproven_subnets
2026-06-17T06:50:55.2033993Z         PASS [   0.077s] ( 560/1124) spt-daemon::rosterprop roster_propagates_transitively_on_connect
2026-06-17T06:50:55.2823184Z         PASS [   0.079s] ( 561/1124) spt-daemon::seedproofx both_members_prove_and_cache_the_shared_subnet
2026-06-17T06:50:55.6589506Z         PASS [   0.821s] ( 562/1124) spt-daemon::resume resume_mode_brain_spawning_new_sessions_delivers_each
2026-06-17T06:50:55.7325782Z         PASS [   0.074s] ( 563/1124) spt-daemon::seedproofx proven_verdict_is_the_shared_set
2026-06-17T06:50:56.5175078Z         PASS [   2.023s] ( 564/1124) spt-daemon::resume cold_start_resumes_all_sessions_from_the_broker_cursor
2026-06-17T06:50:56.5864103Z         PASS [   2.109s] ( 565/1124) spt-daemon::reseed revoked_node_is_denied_and_never_reseeded
2026-06-17T06:50:56.6144725Z         PASS [   0.097s] ( 566/1124) spt-daemon::shellchan hung_shell_stalls_no_other_owner
2026-06-17T06:50:56.7298827Z         PASS [   0.143s] ( 567/1124) spt-daemon::shellchan stdin_receipt_delivers_spooled_frames_exactly_once
2026-06-17T06:50:57.2369481Z         PASS [   0.507s] ( 568/1124) spt-daemon::sync torn_pull_recovers_by_repulling
2026-06-17T06:50:57.3747636Z         PASS [   2.092s] ( 569/1124) spt-daemon::seedproofx no_shared_subnet_is_dropped
2026-06-17T06:50:57.4522622Z         PASS [   0.077s] ( 570/1124) spt-daemon::two_origin_spanning one_source_two_consumers_spans_and_merges
2026-06-17T06:50:57.4606485Z         PASS [   0.008s] ( 571/1124) spt-daemon::twohost two_host_ladder_role_a
2026-06-17T06:50:57.4697027Z         PASS [   0.009s] ( 572/1124) spt-daemon::twohost two_host_ladder_role_b
2026-06-17T06:50:57.6714595Z         PASS [  10.122s] ( 573/1124) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-17T06:50:57.7719156Z         PASS [   0.302s] ( 574/1124) spt-daemon::wanmsg receiver_restart_replays_feed_without_double_delivery
2026-06-17T06:50:57.8379458Z         PASS [   2.105s] ( 575/1124) spt-daemon::seedproofx wrong_seed_is_dropped
2026-06-17T06:50:57.8942869Z         PASS [   0.122s] ( 576/1124) spt-daemon::wanmsg wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel
2026-06-17T06:50:57.9408426Z         PASS [   0.269s] ( 577/1124) spt-daemon::wanmsg wan_message_lands_exactly_once_under_transport_origin
2026-06-17T06:50:57.9486902Z         PASS [   0.008s] ( 578/1124) spt-live context::tests::direct_always_writes
2026-06-17T06:50:57.9569748Z         PASS [   0.008s] ( 579/1124) spt-live context::tests::identified_write_stamps_advancing_vector
2026-06-17T06:50:57.9631055Z         PASS [   0.006s] ( 580/1124) spt-live context::tests::llm_over_llm_writes
2026-06-17T06:50:57.9688392Z         PASS [   0.006s] ( 581/1124) spt-live context::tests::llm_past_window_writes
2026-06-17T06:50:57.9750610Z         PASS [   0.006s] ( 582/1124) spt-live context::tests::llm_within_window_suppressed
2026-06-17T06:50:57.9805056Z         PASS [   0.005s] ( 583/1124) spt-live context::tests::pre_identity_write_stamps_v1_shape
2026-06-17T06:50:57.9874571Z         PASS [   0.007s] ( 584/1124) spt-live context::tests::write_context_suppresses_stale_llm
2026-06-17T06:50:58.0098298Z         PASS [   0.172s] ( 585/1124) spt-daemon::xfer fetch_lands_byte_identical_with_progress_both_ends
2026-06-17T06:50:58.0365144Z         PASS [   0.027s] ( 586/1124) spt-live digest::tests::extracts_records_from_the_located_source
2026-06-17T06:50:58.0433016Z         PASS [   0.149s] ( 587/1124) spt-daemon::xfer push_survives_target_brain_restart_exactly_once
2026-06-17T06:50:58.0478634Z         PASS [   0.004s] ( 588/1124) spt-live digest::tests::missing_source_file_is_read_error
2026-06-17T06:50:58.0537106Z         PASS [   0.006s] ( 589/1124) spt-live digest::tests::no_source_errors
2026-06-17T06:50:58.0634143Z         PASS [   0.026s] ( 590/1124) spt-live digest::tests::falls_back_to_history_locate_template
2026-06-17T06:50:58.0834334Z         PASS [   0.030s] ( 591/1124) spt-live echo::tests::echo_child_is_recursion_guarded
2026-06-17T06:50:58.0906759Z         PASS [   0.027s] ( 592/1124) spt-live echo::tests::echo_consumes_history_and_writes_commune
2026-06-17T06:50:58.0963396Z         PASS [   0.006s] ( 593/1124) spt-live echo::tests::provenance_is_stamped
2026-06-17T06:50:58.1115849Z         PASS [   0.028s] ( 594/1124) spt-live echo::tests::echo_nonzero_errors
2026-06-17T06:50:58.1232072Z         PASS [   1.509s] ( 595/1124) spt-daemon::sync concurrent_writes_reconcile_on_elected_node_and_converge
2026-06-17T06:50:58.1378425Z         PASS [   0.026s] ( 596/1124) spt-live history::tests::fetcher_yields_records
2026-06-17T06:50:58.1434012Z         PASS [   0.005s] ( 597/1124) spt-live history::tests::missing_fetcher_field_errors
2026-06-17T06:50:58.1486482Z         PASS [   0.005s] ( 598/1124) spt-live history::tests::native_missing_log_is_empty
2026-06-17T06:50:58.1499670Z         PASS [   0.027s] ( 599/1124) spt-live history::tests::locate_normalize_reads_and_normalizes
2026-06-17T06:50:58.1552297Z         PASS [   0.006s] ( 600/1124) spt-live history::tests::native_reads_logged_records
2026-06-17T06:50:58.2880106Z         PASS [   0.133s] ( 601/1124) spt-live ingest::tests::commune_drop_is_ingested_and_deleted
2026-06-17T06:50:58.2996526Z         PASS [   0.312s] ( 602/1124) spt-live digest::tests::extractor_timeout_errors
2026-06-17T06:50:58.3047809Z         PASS [   0.005s] ( 603/1124) spt-live ingest::tests::no_drops_is_empty
2026-06-17T06:50:58.3257779Z         PASS [   0.176s] ( 604/1124) spt-live ingest::tests::both_drops_ingested
2026-06-17T06:50:58.3356549Z         PASS [   1.099s] ( 605/1124) spt-daemon::sync two_tier_sync_lands_and_gate_refuses_server_side
2026-06-17T06:50:58.3397148Z         PASS [   0.004s] ( 606/1124) spt-live inject::tests::long_body_is_capped
2026-06-17T06:50:58.3444136Z         PASS [   0.005s] ( 607/1124) spt-live inject::tests::missing_perch_is_best_effort
2026-06-17T06:50:58.3502849Z         PASS [   0.006s] ( 608/1124) spt-live inject::tests::tap_appends_a_context_entry
2026-06-17T06:50:58.3551424Z         PASS [   0.005s] ( 609/1124) spt-live outbound::tests::empty_body_parses_to_empty_intent
2026-06-17T06:50:58.3601975Z         PASS [   0.005s] ( 610/1124) spt-live outbound::tests::malformed_and_chunk_lines_are_skipped
2026-06-17T06:50:58.3650005Z         PASS [   0.005s] ( 611/1124) spt-live outbound::tests::non_authorable_types_are_ignored
2026-06-17T06:50:58.3696308Z         PASS [   0.005s] ( 612/1124) spt-live outbound::tests::parses_reply_and_notify_in_order
2026-06-17T06:50:58.3747522Z         PASS [   0.005s] ( 613/1124) spt-live outbound::tests::prose_only_yields_nothing
2026-06-17T06:50:58.3795927Z         PASS [   0.005s] ( 614/1124) spt-live outbound::tests::spoofed_routing_attrs_are_unrepresentable
2026-06-17T06:50:58.3843606Z         PASS [   0.005s] ( 615/1124) spt-live psyche::tests::prompt_includes_time_and_event
2026-06-17T06:50:58.3882795Z         PASS [   0.004s] ( 616/1124) spt-live psyche::tests::prompt_without_event
2026-06-17T06:50:58.3953014Z         PASS [   0.090s] ( 617/1124) spt-live ingest::tests::stale_commune_suppressed_but_deleted
2026-06-17T06:50:58.4010252Z         PASS [   0.006s] ( 618/1124) spt-live pulse::tests::echo_gate_fires_exactly_once
2026-06-17T06:50:58.4035012Z         PASS [   0.307s] ( 619/1124) spt-live history::tests::fetcher_timeout_errors
2026-06-17T06:50:58.4092753Z         PASS [   0.006s] ( 620/1124) spt-live pulse::tests::tick_reports_idle
2026-06-17T06:50:58.4137788Z         PASS [   0.025s] ( 621/1124) spt-live psyche::tests::spawn_binds_nested_perch_and_sets_guard
2026-06-17T06:50:58.4210106Z         PASS [   0.133s] ( 622/1124) spt-live ingest::tests::ingest_never_writes_the_live_role
2026-06-17T06:50:58.5041490Z         PASS [   0.090s] ( 623/1124) spt-live reconcile::tests::no_conflict_is_a_noop
2026-06-17T06:50:58.5331069Z         PASS [   0.132s] ( 624/1124) spt-live pulse::tests::tick_ingests_drops
2026-06-17T06:50:58.5595823Z         PASS [   0.026s] ( 625/1124) spt-live resume::tests::continue_existing_resumes_session
2026-06-17T06:50:58.5624044Z         PASS [   0.153s] ( 626/1124) spt-live reconcile::tests::failed_turn_preserves_everything
2026-06-17T06:50:58.5744714Z         PASS [   0.249s] ( 627/1124) spt-live ingest::tests::two_slice_drop_routes_per_tier
2026-06-17T06:50:58.6012217Z         PASS [   0.027s] ( 628/1124) spt-live resume::tests::fresh_with_preload_launches_preloaded
2026-06-17T06:50:58.6070857Z         PASS [   0.006s] ( 629/1124) spt-live resume::tests::missing_key_errors_before_spawn
2026-06-17T06:50:58.6298475Z         PASS [   0.209s] ( 630/1124) spt-live reconcile::tests::reconcile_merges_and_clears
2026-06-17T06:50:58.6352622Z         PASS [   0.005s] ( 631/1124) spt-live signoff::tests::echo_precedes_signoff_compose
2026-06-17T06:50:58.6407468Z         PASS [   0.005s] ( 632/1124) spt-live signoff::tests::missing_session_skips_echo
2026-06-17T06:50:58.6462698Z         PASS [   0.005s] ( 633/1124) spt-live signoff::tests::recovered_self_is_not_signed_off
2026-06-17T06:50:58.6523752Z         PASS [   0.006s] ( 634/1124) spt-live signoff::tests::stale_signoff_swept
2026-06-17T06:50:58.6596344Z         PASS [   0.155s] ( 635/1124) spt-live reconcile::tests::suppressed_write_preserves_artifacts
2026-06-17T06:50:58.6787008Z         PASS [   0.026s] ( 636/1124) spt-live turn::tests::empty_stdout_is_an_error
2026-06-17T06:50:58.6865719Z         PASS [   0.027s] ( 637/1124) spt-live turn::tests::turn_captures_stdout
2026-06-17T06:50:58.6930495Z         PASS [   0.006s] ( 638/1124) spt-msg deliver::tests::deferred_send_validates
2026-06-17T06:50:58.7029372Z         PASS [   0.143s] ( 639/1124) spt-live resume::tests::download_composes_two_tiers
2026-06-17T06:50:58.7582635Z         PASS [   0.196s] ( 640/1124) spt-live resume::tests::download_renders_role_first_then_live_then_project
2026-06-17T06:50:58.7795265Z         PASS [   0.101s] ( 641/1124) spt-msg deliver::tests::deferred_send_skips_stream_drain_survives_for_hook
2026-06-17T06:50:58.8140558Z         PASS [   0.118s] ( 642/1124) spt-msg deliver::tests::offline_existing_perch_spools
2026-06-17T06:50:58.8184005Z         PASS [   0.007s] ( 643/1124) spt-msg emit::tests::anonymous_still_enveloped
2026-06-17T06:50:58.8260701Z         PASS [   0.007s] ( 644/1124) spt-msg emit::tests::multiline_body_escapes_and_round_trips
2026-06-17T06:50:58.8324719Z         PASS [   0.006s] ( 645/1124) spt-msg emit::tests::oversized_listener_line_chunks_into_event_parts
2026-06-17T06:50:58.8396910Z         PASS [   0.007s] ( 646/1124) spt-msg emit::tests::structural_renders_msg_envelope
2026-06-17T06:50:58.8462926Z         PASS [   0.007s] ( 647/1124) spt-msg emit::tests::typed_body_from_wins_over_structural_from_no_double_wrap
2026-06-17T06:50:58.8510750Z         PASS [   0.148s] ( 648/1124) spt-msg deliver::tests::online_delivers_via_tcp_without_spooling
2026-06-17T06:50:58.8525548Z         PASS [   4.214s] ( 649/1124) spt-daemon::resume resume_below_ring_floor_clamps_forward_without_gap_error
2026-06-17T06:50:58.8537015Z         PASS [   0.007s] ( 650/1124) spt-msg emit::tests::user_msg_envelope_renders_verbatim_on_both_edges
2026-06-17T06:50:58.8590287Z         PASS [   0.007s] ( 651/1124) spt-msg emit::tests::whole_render_never_chunks
2026-06-17T06:50:58.8653743Z         PASS [   0.085s] ( 652/1124) spt-msg deliver::tests::send_outcome_mapping
2026-06-17T06:50:58.8839319Z         PASS [   0.277s] ( 653/1124) spt-live signoff::tests::boundary_writes_resume_commune
2026-06-17T06:50:58.8857039Z         PASS [   0.127s] ( 654/1124) spt-msg deliver::tests::recycled_pid_address_does_not_misdeliver
2026-06-17T06:50:58.9484089Z         PASS [   0.096s] ( 655/1124) spt-msg listener::tests::bind_registers_and_round_trips
2026-06-17T06:50:58.9595218Z         PASS [   0.095s] ( 656/1124) spt-msg listener::tests::drop_unregisters_address
2026-06-17T06:50:58.9793846Z         PASS [   0.124s] ( 657/1124) spt-msg listener::tests::blocking_accepts_within_window
2026-06-17T06:50:58.9992130Z         PASS [  17.249s] ( 658/1124) spt::livehost_psyche_fail_e2e online_live_agent_with_missing_psyche_binary_stamps_a_harness_reachable_error
2026-06-17T06:50:59.0019866Z         PASS [   0.006s] ( 659/1124) spt-msg ring::tests::ring_no_perch
2026-06-17T06:50:59.0549707Z         PASS [   0.195s] ( 660/1124) spt-msg listener::tests::blocking_times_out_when_idle
2026-06-17T06:50:59.0630264Z         PASS [   0.177s] ( 661/1124) spt-msg ready::tests::recv_gets_live_tcp_message
2026-06-17T06:50:59.0693873Z         PASS [   0.006s] ( 662/1124) spt-msg wire::tests::decode_rejects_overrunning_from_len
2026-06-17T06:50:59.0750464Z         PASS [   0.006s] ( 663/1124) spt-msg wire::tests::encode_decode_round_trips_structural
2026-06-17T06:50:59.0803601Z         PASS [   0.005s] ( 664/1124) spt-msg wire::tests::encode_empty_from_is_anonymous
2026-06-17T06:50:59.0828550Z         PASS [   0.199s] ( 665/1124) spt-msg ready::tests::backlog_drains_on_start
2026-06-17T06:50:59.0861106Z         PASS [   0.005s] ( 666/1124) spt-msg wire::tests::frame_round_trips_over_loopback
2026-06-17T06:50:59.0886865Z         PASS [   0.006s] ( 667/1124) spt-msg wire::tests::oversized_length_prefix_rejected
2026-06-17T06:50:59.0926854Z         PASS [   0.006s] ( 668/1124) spt-msg wire::tests::typed_event_body_rides_verbatim
2026-06-17T06:50:59.1012199Z         PASS [   0.141s] ( 669/1124) spt-msg ready::tests::start_registers_resolvable_perch
2026-06-17T06:50:59.1208466Z         PASS [   0.020s] ( 670/1124) spt-net net::attach::tests::attach_intents_round_trip
2026-06-17T06:50:59.1241688Z         PASS [   0.176s] ( 671/1124) spt-msg ready::tests::soft_cleanup_preserves_spool_and_info
2026-06-17T06:50:59.1310245Z         PASS [   0.010s] ( 672/1124) spt-net net::attach::tests::kick_take_and_displaced_round_trip
2026-06-17T06:50:59.1332628Z         PASS [   0.009s] ( 673/1124) spt-net net::attach::tests::record_split_across_chunks_reassembles
2026-06-17T06:50:59.1395003Z         PASS [   0.008s] ( 674/1124) spt-net net::attach::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-17T06:50:59.1416442Z         PASS [   0.008s] ( 675/1124) spt-net net::attach::tests::request_without_intent_defaults_to_control
2026-06-17T06:50:59.1539684Z         PASS [   0.012s] ( 676/1124) spt-net net::endpoint::tests::keep_alive_is_under_idle_timeout
2026-06-17T06:50:59.1743305Z         PASS [   0.172s] ( 677/1124) spt-msg ring::tests::ring_offline_target_queues_and_cleans_up
2026-06-17T06:50:59.1834286Z         PASS [   0.009s] ( 678/1124) spt-net net::mesh::seedproof::tests::cross_connection_replay_fails
2026-06-17T06:50:59.1917479Z         PASS [   0.008s] ( 679/1124) spt-net net::mesh::seedproof::tests::forged_proof_fails
2026-06-17T06:50:59.1969539Z         PASS [   0.218s] ( 680/1124) spt-msg ring::tests::ring_gets_reply_and_cleans_up
2026-06-17T06:50:59.1995164Z         PASS [   0.008s] ( 681/1124) spt-net net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-17T06:50:59.2061569Z         PASS [   0.009s] ( 682/1124) spt-net net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed
2026-06-17T06:50:59.2073877Z         PASS [   0.008s] ( 683/1124) spt-net net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive
2026-06-17T06:50:59.2155432Z         PASS [   0.009s] ( 684/1124) spt-net net::mesh::seedproof::tests::mutual_requires_both_sides
2026-06-17T06:50:59.2156786Z         PASS [   0.008s] ( 685/1124) spt-net net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed
2026-06-17T06:50:59.2244013Z         PASS [   0.009s] ( 686/1124) spt-net net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ
2026-06-17T06:50:59.2245231Z         PASS [   0.009s] ( 687/1124) spt-net net::mesh::seedproof::tests::wrong_epoch_fails
2026-06-17T06:50:59.2319261Z         PASS [   0.092s] ( 688/1124) spt-net net::endpoint::tests::endpoint_id_binds_to_identity
2026-06-17T06:50:59.2326344Z         PASS [   0.008s] ( 689/1124) spt-net net::mesh::seedproof::tests::wrong_subnet_fails
2026-06-17T06:50:59.2334555Z         PASS [   0.009s] ( 690/1124) spt-net net::notif::tests::forged_origin_field_is_inert
2026-06-17T06:50:59.2404277Z         PASS [   0.008s] ( 691/1124) spt-net net::notif::tests::record_round_trips_and_unknown_kind_is_skipped
2026-06-17T06:50:59.2408300Z         PASS [   0.008s] ( 692/1124) spt-net net::notif::tests::record_split_across_chunks_reassembles
2026-06-17T06:50:59.2410434Z         PASS [   0.008s] ( 693/1124) spt-net net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound
2026-06-17T06:50:59.2497642Z         PASS [   0.008s] ( 694/1124) spt-net net::pairing::meet::tests::key_seed_is_not_the_token
2026-06-17T06:50:59.2513432Z         PASS [   0.010s] ( 695/1124) spt-net net::pairing::meet::tests::skewed_window_contains_the_listener_id
2026-06-17T06:50:59.2569295Z         PASS [   0.008s] ( 696/1124) spt-net net::pairing::ntp::tests::offset_applies_signed_and_saturates
2026-06-17T06:50:59.2581736Z         PASS [   0.007s] ( 697/1124) spt-net net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies
2026-06-17T06:50:59.2646472Z         PASS [   0.008s] ( 698/1124) spt-net net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp
2026-06-17T06:50:59.2719557Z         PASS [   0.007s] ( 699/1124) spt-net net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged
2026-06-17T06:50:59.2805204Z         PASS [   0.008s] ( 700/1124) spt-net net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps
2026-06-17T06:50:59.2839813Z         PASS [   0.130s] ( 701/1124) spt-net net::endpoint::tests::two_endpoints_loopback_echo
2026-06-17T06:50:59.2925563Z         PASS [   0.008s] ( 702/1124) spt-net net::pairing::ratelimit::tests::failures_impose_exponential_backoff
2026-06-17T06:50:59.2926913Z         PASS [   0.012s] ( 703/1124) spt-net net::pairing::ratelimit::tests::backoff_is_per_subnet
2026-06-17T06:50:59.3005531Z         PASS [   0.008s] ( 704/1124) spt-net net::pairing::ratelimit::tests::one_active_ceremony_per_subnet
2026-06-17T06:50:59.3006909Z         PASS [   0.008s] ( 705/1124) spt-net net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets
2026-06-17T06:50:59.3085559Z         PASS [   0.008s] ( 706/1124) spt-net net::pairing::rendezvous::tests::distinct_same_length_names_diverge
2026-06-17T06:50:59.3087288Z         PASS [   0.008s] ( 707/1124) spt-net net::pairing::ratelimit::tests::success_clears_accumulated_backoff
2026-06-17T06:50:59.3167182Z         PASS [   0.008s] ( 708/1124) spt-net net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision
2026-06-17T06:50:59.3201148Z         PASS [   0.011s] ( 709/1124) spt-net net::pairing::rendezvous::tests::token_is_deterministic
2026-06-17T06:50:59.3253620Z         PASS [   0.008s] ( 710/1124) spt-net net::pairing::rendezvous::tests::token_varies_with_name_and_step
2026-06-17T06:50:59.3282909Z         PASS [   0.008s] ( 711/1124) spt-net net::pairing::rendezvous::tests::window_is_three_adjacent_tokens
2026-06-17T06:50:59.3558775Z         PASS [   0.115s] ( 712/1124) spt-net net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint
2026-06-17T06:50:59.3564866Z         PASS [   0.268s] ( 713/1124) spt-msg::killer_quickstart offline_then_online_delivers_backlog
2026-06-17T06:50:59.3810058Z         PASS [   0.052s] ( 714/1124) spt-net net::pairing::spake::tests::reflected_role_is_rejected_by_pake
2026-06-17T06:50:59.4209707Z         PASS [   0.096s] ( 715/1124) spt-net net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key
2026-06-17T06:50:59.4265403Z         PASS [   0.334s] ( 716/1124) spt-msg::killer_quickstart two_agents_exchange_message_tcp_and_spool
2026-06-17T06:50:59.4504112Z         PASS [   0.094s] ( 717/1124) spt-net net::pairing::spake::tests::stale_step_fails
2026-06-17T06:50:59.4540128Z         PASS [   0.095s] ( 718/1124) spt-net net::pairing::spake::tests::stale_epoch_fails
2026-06-17T06:50:59.4605793Z         PASS [   0.010s] ( 719/1124) spt-net net::pairing::totp::tests::code_at_is_six_zero_padded_digits
2026-06-17T06:50:59.4665660Z         PASS [   0.412s] ( 720/1124) spt-msg ring::tests::ring_timeout_cleans_up
2026-06-17T06:50:59.4720457Z         PASS [   0.012s] ( 721/1124) spt-net net::pairing::totp::tests::debug_redacts_seed
2026-06-17T06:50:59.4754417Z         PASS [   0.009s] ( 722/1124) spt-net net::pairing::totp::tests::generated_seeds_are_distinct
2026-06-17T06:50:59.4824466Z         PASS [   0.098s] ( 723/1124) spt-net net::pairing::spake::tests::substituted_pubkey_fails
2026-06-17T06:50:59.4836290Z         PASS [   0.011s] ( 724/1124) spt-net net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors
2026-06-17T06:50:59.4879785Z         PASS [   0.008s] ( 725/1124) spt-net net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded
2026-06-17T06:50:59.4880805Z         PASS [   0.009s] ( 726/1124) spt-net net::pairing::totp::tests::seed_round_trips_through_base32
2026-06-17T06:50:59.4920794Z         PASS [   0.008s] ( 727/1124) spt-net net::pairing::totp::tests::window_accepts_plus_minus_one_only
2026-06-17T06:50:59.4940769Z         PASS [   0.009s] ( 728/1124) spt-net net::pairing::totp::tests::time_step_is_floor_unix_over_period
2026-06-17T06:50:59.4980286Z         PASS [   0.009s] ( 729/1124) spt-net net::pairing::transcript::tests::diverged_shared_secret_fails_verification
2026-06-17T06:50:59.5019563Z         PASS [   0.009s] ( 730/1124) spt-net net::pairing::transcript::tests::each_bound_field_changes_the_tag
2026-06-17T06:50:59.5049805Z         PASS [   0.009s] ( 731/1124) spt-net net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision
2026-06-17T06:50:59.5065568Z         PASS [   0.009s] ( 732/1124) spt-net net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ
2026-06-17T06:50:59.5115936Z         PASS [   0.011s] ( 733/1124) spt-net net::pairing::transcript::tests::message_order_is_bound
2026-06-17T06:50:59.5137970Z         PASS [   0.012s] ( 734/1124) spt-net net::pairing::transcript::tests::pake_identity_binds_role_and_context
2026-06-17T06:50:59.5210019Z         PASS [   0.099s] ( 735/1124) spt-net net::pairing::spake::tests::tampered_tag_fails
2026-06-17T06:50:59.5230396Z         PASS [   0.095s] ( 736/1124) spt-net net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake
2026-06-17T06:50:59.5257301Z         PASS [   0.011s] ( 737/1124) spt-net net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-17T06:50:59.5287560Z         PASS [   0.008s] ( 738/1124) spt-net net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips
2026-06-17T06:50:59.5371436Z         PASS [   0.008s] ( 739/1124) spt-net net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips
2026-06-17T06:50:59.5434997Z         PASS [   0.093s] ( 740/1124) spt-net net::pairing::spake::tests::wrong_subnet_fails
2026-06-17T06:50:59.5740191Z         PASS [   0.313s] ( 741/1124) spt-net net::pairing::ntp::tests::unreachable_server_falls_back
2026-06-17T06:50:59.5990263Z         PASS [   0.091s] ( 742/1124) spt-net net::pairing::wire::tests::busy_subnet_refuses_ceremony
2026-06-17T06:50:59.6090011Z         PASS [   0.010s] ( 743/1124) spt-net net::registry::tests::advertise_if_visible_gates_before_join
2026-06-17T06:50:59.6180073Z         PASS [   0.080s] ( 744/1124) spt-net net::pairing::wire::tests::stale_step_is_rejected
2026-06-17T06:50:59.6181107Z         PASS [   0.011s] ( 745/1124) spt-net net::registry::tests::distinct_nodes_are_separate_instances
2026-06-17T06:50:59.6276463Z         PASS [   0.010s] ( 746/1124) spt-net net::registry::tests::evicting_dead_node_clears_phantom_ambiguity
2026-06-17T06:50:59.6370265Z         PASS [   0.016s] ( 747/1124) spt-net net::registry::tests::equal_epoch_replay_is_stale_noop
2026-06-17T06:50:59.6372435Z         PASS [   0.090s] ( 748/1124) spt-net net::pairing::wire::tests::unknown_subnet_is_rejected
2026-06-17T06:50:59.6407625Z         PASS [   0.010s] ( 749/1124) spt-net net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin
2026-06-17T06:50:59.6417370Z         PASS [   0.009s] ( 750/1124) spt-net net::registry::tests::exclusion_prunes_cross_subnet_ambiguity
2026-06-17T06:50:59.6485202Z         PASS [   0.011s] ( 751/1124) spt-net net::registry::tests::join_colliding_id_on_other_node_refuses_untouched
2026-06-17T06:50:59.6517002Z         PASS [   0.008s] ( 752/1124) spt-net net::registry::tests::join_fresh_id_is_inserted
2026-06-17T06:50:59.6559098Z         PASS [   0.022s] ( 753/1124) spt-net net::registry::tests::join_collides_even_with_offline_holder
2026-06-17T06:50:59.6589963Z         PASS [   0.009s] ( 754/1124) spt-net net::registry::tests::join_same_name_in_different_subnet_is_legal
2026-06-17T06:50:59.6619693Z         PASS [   0.008s] ( 755/1124) spt-net net::registry::tests::join_same_node_falls_through_to_lease
2026-06-17T06:50:59.6679821Z         PASS [   0.008s] ( 756/1124) spt-net net::registry::tests::node_level_label_lease_persist_prune_and_serde
2026-06-17T06:50:59.6710382Z         PASS [   0.013s] ( 757/1124) spt-net net::registry::tests::node_label_rides_the_lease_and_serde
2026-06-17T06:50:59.6750073Z         PASS [   0.016s] ( 758/1124) spt-net net::registry::tests::newer_epoch_supersedes_same_node
2026-06-17T06:50:59.6830545Z         PASS [   0.009s] ( 759/1124) spt-net net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared
2026-06-17T06:50:59.6832326Z         PASS [   0.011s] ( 760/1124) spt-net net::registry::tests::presence_datum_rides_the_lease_and_serde
2026-06-17T06:50:59.6899844Z         PASS [   0.018s] ( 761/1124) spt-net net::registry::tests::registry_serde_roundtrips
2026-06-17T06:50:59.6970109Z         PASS [   0.009s] ( 762/1124) spt-net net::registry::tests::rename_ripples_rows_across_advertised_subnets
2026-06-17T06:50:59.6999977Z         PASS [   0.180s] ( 763/1124) spt-net net::pairing::wire::tests::create_new_then_join_learns_named_subnet
2026-06-17T06:50:59.7013237Z         PASS [   0.018s] ( 764/1124) spt-net net::registry::tests::rename_collision_refuses_whole_ripple
2026-06-17T06:50:59.7029930Z         PASS [   0.009s] ( 765/1124) spt-net net::registry::tests::resolve_across_subnet_qualified_routes_there
2026-06-17T06:50:59.7050068Z         PASS [   0.012s] ( 766/1124) spt-net net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses
2026-06-17T06:50:59.7078286Z         PASS [   0.010s] ( 767/1124) spt-net net::registry::tests::resolve_multiple_live_nodes_refuses
2026-06-17T06:50:59.7081102Z         PASS [   0.184s] ( 768/1124) spt-net net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster
2026-06-17T06:50:59.7097519Z         PASS [   0.010s] ( 769/1124) spt-net net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found
2026-06-17T06:50:59.7130963Z         PASS [   0.017s] ( 770/1124) spt-net net::registry::tests::resolve_across_unique_id_resolves
2026-06-17T06:50:59.7142389Z         PASS [   0.186s] ( 771/1124) spt-net net::pairing::wire::tests::repair_member_keeps_seed
2026-06-17T06:50:59.7144315Z         PASS [   0.011s] ( 772/1124) spt-net net::registry::tests::resolve_prefers_local_instance
2026-06-17T06:50:59.7184454Z         PASS [   0.012s] ( 773/1124) spt-net net::registry::tests::resource_blurb_rides_the_lease_and_serde
2026-06-17T06:50:59.7220703Z         PASS [   0.014s] ( 774/1124) spt-net net::registry::tests::resolve_sole_live_remote_and_skips_offline
2026-06-17T06:50:59.7227218Z         PASS [   0.009s] ( 775/1124) spt-net net::registry::tests::resource_projection_filters_hidden_and_offline
2026-06-17T06:50:59.7228545Z         PASS [   0.011s] ( 776/1124) spt-net net::registry::tests::stale_active_cannot_clobber_newer_offline
2026-06-17T06:50:59.7236855Z         PASS [   0.010s] ( 777/1124) spt-net net::replicate::tests::apply_routes_by_subnet_and_drops_non_member
2026-06-17T06:50:59.7280319Z         PASS [   0.011s] ( 778/1124) spt-net net::registry::tests::suspended_is_addressable_and_roundtrips
2026-06-17T06:50:59.7309779Z         PASS [   0.010s] ( 779/1124) spt-net net::replicate::tests::stale_wire_update_cannot_clobber_newer_state
2026-06-17T06:50:59.7329813Z         PASS [   0.010s] ( 780/1124) spt-net net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat
2026-06-17T06:50:59.7360720Z         PASS [   0.014s] ( 781/1124) spt-net net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines
2026-06-17T06:50:59.7366490Z         PASS [   0.010s] ( 782/1124) spt-net net::replicate::tests::update_round_trips_and_tolerates_unknown_field
2026-06-17T06:50:59.7382234Z         PASS [   0.014s] ( 783/1124) spt-net net::rest::tests::records_round_trip_and_degrade
2026-06-17T06:50:59.7387067Z         PASS [   0.010s] ( 784/1124) spt-net net::shelllink::tests::records_round_trip_and_degrade
2026-06-17T06:50:59.7418584Z         PASS [   0.013s] ( 785/1124) spt-net net::serveprobe::tests::records_round_trip_and_degrade
2026-06-17T06:50:59.7419634Z         PASS [   0.012s] ( 786/1124) spt-net net::sync::tests::forged_origin_field_is_inert
2026-06-17T06:50:59.7450273Z         PASS [   0.010s] ( 787/1124) spt-net net::sync::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-17T06:50:59.7465948Z         PASS [   0.014s] ( 788/1124) spt-net net::sync::tests::record_split_across_chunks_reassembles
2026-06-17T06:50:59.7474666Z         PASS [   0.010s] ( 789/1124) spt-net net::update::tests::forged_origin_field_is_inert
2026-06-17T06:50:59.7491279Z         PASS [   0.008s] ( 790/1124) spt-net net::wanmsg::tests::forged_origin_field_is_inert
2026-06-17T06:50:59.7496785Z         PASS [   0.011s] ( 791/1124) spt-net net::update::tests::record_split_across_chunks_reassembles
2026-06-17T06:50:59.7560466Z         PASS [   0.009s] ( 792/1124) spt-net net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field
2026-06-17T06:50:59.7567314Z         PASS [   5.677s] ( 793/1124) spt-daemon::pump pump_survives_a_black_holing_peer_heartbeat_advances_no_restart
2026-06-17T06:50:59.7577214Z         PASS [   0.009s] ( 794/1124) spt-net net::xfer::tests::record_split_across_chunks_reassembles
2026-06-17T06:50:59.7609921Z         PASS [   0.011s] ( 795/1124) spt-net net::xfer::tests::forged_origin_field_is_inert
2026-06-17T06:50:59.7614932Z         PASS [   0.018s] ( 796/1124) spt-net net::update::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-17T06:50:59.7616609Z         PASS [   0.012s] ( 797/1124) spt-net net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals
2026-06-17T06:50:59.7651786Z         PASS [   0.008s] ( 798/1124) spt-proto addr::tests::parses_every_qualifier_combination
2026-06-17T06:50:59.7652825Z         PASS [   0.012s] ( 799/1124) spt-proto addr::tests::display_round_trips
2026-06-17T06:50:59.7653975Z         PASS [   0.015s] ( 800/1124) spt-net net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-17T06:50:59.7655057Z         PASS [   0.007s] ( 801/1124) spt-proto addr::tests::rejects_empty_or_bad_components
2026-06-17T06:50:59.7686700Z         PASS [   0.006s] ( 802/1124) spt-proto chunk::tests::missing_middle_part_is_dropped
2026-06-17T06:50:59.7690473Z         PASS [   0.011s] ( 803/1124) spt-proto addr::tests::rejects_doubled_delimiters
2026-06-17T06:50:59.7704777Z         PASS [   0.008s] ( 804/1124) spt-proto chunk::tests::malformed_parts_return_none
2026-06-17T06:50:59.7741462Z         PASS [   0.006s] ( 805/1124) spt-proto chunk::tests::orphan_group_without_head_is_dropped
2026-06-17T06:50:59.7760058Z         PASS [   0.008s] ( 806/1124) spt-proto chunk::tests::reassemble_stream_handles_mixed_traffic
2026-06-17T06:50:59.7763573Z         PASS [   0.010s] ( 807/1124) spt-proto chunk::tests::short_line_passes_through_unchunked
2026-06-17T06:50:59.7779132Z         PASS [   0.008s] ( 808/1124) spt-proto endpoint::tests::agent_vs_shell_split
2026-06-17T06:50:59.7780282Z         PASS [   0.006s] ( 809/1124) spt-proto endpoint::tests::day_one_tags_round_trip
2026-06-17T06:50:59.7805067Z         PASS [   0.015s] ( 810/1124) spt-proto chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded
2026-06-17T06:50:59.7806526Z         PASS [   0.210s] ( 811/1124) spt-net net::pairing::wire::tests::wrong_code_fails_and_records_no_membership
2026-06-17T06:50:59.7813098Z         PASS [   0.008s] ( 812/1124) spt-proto endpoint::tests::shell_kind_round_trips
2026-06-17T06:50:59.7822674Z         PASS [   0.012s] ( 813/1124) spt-proto endpoint::tests::broker_and_node_families
2026-06-17T06:50:59.7852949Z         PASS [   0.007s] ( 814/1124) spt-proto envelope::tests::body_escape_is_cr_linesafe
2026-06-17T06:50:59.7854590Z         PASS [   0.009s] ( 815/1124) spt-proto envelope::tests::body_escape_unescape_round_trips_html_and_newlines
2026-06-17T06:50:59.7859990Z         PASS [   0.010s] ( 816/1124) spt-proto endpoint::tests::unknown_tag_tolerated_and_preserved
2026-06-17T06:50:59.7911302Z         PASS [   0.005s] ( 817/1124) spt-proto envelope::tests::from_attr_returns_none_on_garbage_or_empty
2026-06-17T06:50:59.7922463Z         PASS [   0.005s] ( 818/1124) spt-proto envelope::tests::from_attr_unescape_is_amp_last
2026-06-17T06:50:59.7923735Z         PASS [   0.007s] ( 819/1124) spt-proto envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode
2026-06-17T06:50:59.7924908Z         PASS [   0.007s] ( 820/1124) spt-proto envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved
2026-06-17T06:50:59.7926016Z         PASS [   0.006s] ( 821/1124) spt-proto envelope::tests::parser_no_tags_falls_back_whole_payload_to_live
2026-06-17T06:50:59.7934262Z         PASS [   0.006s] ( 822/1124) spt-proto envelope::tests::parser_out_of_order_tags_both_extracted
2026-06-17T06:50:59.7939388Z         PASS [   0.007s] ( 823/1124) spt-proto event::tests::attr_decode_is_amp_last
2026-06-17T06:50:59.7947174Z         PASS [   0.012s] ( 824/1124) spt-proto envelope::tests::parser_both_tags_present
2026-06-17T06:50:59.7984561Z         PASS [   0.011s] ( 825/1124) spt-proto event::tests::alarm_event_round_trips
2026-06-17T06:50:59.7987930Z         PASS [   0.012s] ( 826/1124) spt-proto envelope::tests::parser_unclosed_live_tag_does_not_scoop_project
2026-06-17T06:50:59.8011642Z         PASS [   0.009s] ( 827/1124) spt-proto event::tests::body_with_literal_event_tokens_round_trips
2026-06-17T06:50:59.8012639Z         PASS [   0.010s] ( 828/1124) spt-proto event::tests::attr_order_preserved
2026-06-17T06:50:59.8018124Z         PASS [   0.007s] ( 829/1124) spt-proto event::tests::msg_event_round_trips
2026-06-17T06:50:59.8026695Z         PASS [   0.009s] ( 830/1124) spt-proto event::tests::empty_body_envelope_parses
2026-06-17T06:50:59.8031660Z         PASS [   0.005s] ( 831/1124) spt-proto event::tests::psyche_authorable_types_are_reply_and_notify_only
2026-06-17T06:50:59.8040945Z         PASS [   0.009s] ( 832/1124) spt-proto event::tests::malformed_inputs_return_none_without_panic
2026-06-17T06:50:59.8041945Z         PASS [   0.005s] ( 833/1124) spt-proto event::tests::typed_envelope_detected_and_parsed
2026-06-17T06:50:59.8085386Z         PASS [   0.005s] ( 834/1124) spt-proto event::tests::user_msg_identity_gate_truth_table
2026-06-17T06:50:59.8101756Z         PASS [   0.009s] ( 835/1124) spt-proto event::tests::typed_predicate_rejects_partials
2026-06-17T06:50:59.8110470Z         PASS [   0.009s] ( 836/1124) spt-proto event::tests::user_msg_event_round_trips
2026-06-17T06:50:59.8111448Z         PASS [   0.009s] ( 837/1124) spt-proto event::tests::user_msg_envelope_is_n_minus_one_tolerant
2026-06-17T06:50:59.8125880Z         PASS [   0.009s] ( 838/1124) spt-proto event::tests::user_msg_gate_is_not_payload_trusted
2026-06-17T06:50:59.8149972Z         PASS [   0.008s] ( 839/1124) spt-proto id::tests::accepts_japanese_scripts
2026-06-17T06:50:59.8169919Z         PASS [   0.044s] ( 840/1124) spt-proto chunk::tests::split_then_reassemble_is_byte_identity
2026-06-17T06:50:59.8170838Z         PASS [   0.011s] ( 841/1124) spt-proto id::tests::accepts_plain_and_composite_ids
2026-06-17T06:50:59.8182774Z         PASS [   0.006s] ( 842/1124) spt-proto id::tests::reports_bad_char_position
2026-06-17T06:50:59.8214641Z         PASS [   0.006s] ( 843/1124) spt-proto id::tests::reserves_address_delimiters
2026-06-17T06:50:59.8215637Z         PASS [   0.005s] ( 844/1124) spt-proto identity::tests::bad_inputs_error_without_panic
2026-06-17T06:50:59.8216677Z         PASS [   0.010s] ( 845/1124) spt-proto id::tests::rejects_empty_and_overlong
2026-06-17T06:50:59.8217960Z         PASS [   0.008s] ( 846/1124) spt-proto id::tests::rejects_path_whitespace_and_control
2026-06-17T06:50:59.8222544Z         PASS [   0.009s] ( 847/1124) spt-proto identity::tests::public_key_hex_round_trips
2026-06-17T06:50:59.8272277Z         PASS [   0.008s] ( 848/1124) spt-proto payload::tests::base64_known_vectors
2026-06-17T06:50:59.8273173Z         PASS [   0.008s] ( 849/1124) spt-proto payload::tests::command_payload_round_trips
2026-06-17T06:50:59.8278035Z         PASS [   0.008s] ( 850/1124) spt-proto payload::tests::blob_padding_lengths_round_trip
2026-06-17T06:50:59.8279166Z         PASS [   0.009s] ( 851/1124) spt-proto payload::tests::text_payload_round_trips
2026-06-17T06:50:59.8280268Z         PASS [   0.009s] ( 852/1124) spt-proto payload::tests::binary_blob_round_trips_all_byte_values
2026-06-17T06:50:59.8310110Z         PASS [   0.016s] ( 853/1124) spt-proto identity::tests::known_answer_fixed_seed_is_stable
2026-06-17T06:50:59.8350356Z         PASS [   0.007s] ( 854/1124) spt-proto payload::tests::unknown_or_malformed_decodes_to_none
2026-06-17T06:50:59.8371539Z         PASS [   0.009s] ( 855/1124) spt-proto version::tests::window_floor_saturates_at_zero
2026-06-17T06:50:59.8410555Z         PASS [   0.011s] ( 856/1124) spt-proto version::tests::current_version_self_compatible
2026-06-17T06:50:59.8435714Z         PASS [   0.013s] ( 857/1124) spt-proto version::tests::n_minus_one_window_accepts_and_rejects
2026-06-17T06:50:59.8442723Z         PASS [   0.012s] ( 858/1124) spt-runtime manifest::tests::fetcher_strategy_requires_fetcher_field
2026-06-17T06:50:59.8448803Z         PASS [   0.015s] ( 859/1124) spt-runtime manifest::tests::digest_section_validation_errors
2026-06-17T06:50:59.8456937Z         PASS [   0.016s] ( 860/1124) spt-runtime manifest::tests::digest_section_source_resolution
2026-06-17T06:50:59.8460410Z         PASS [   0.007s] ( 861/1124) spt-runtime manifest::tests::harness_kind_with_shell_section_fails_validation
2026-06-17T06:50:59.8490496Z         PASS [   0.008s] ( 862/1124) spt-runtime manifest::tests::harness_fixture_parses_all_sections
2026-06-17T06:50:59.8508430Z         PASS [   0.021s] ( 863/1124) spt-runtime manifest::tests::checked_in_schema_is_current
2026-06-17T06:50:59.8509728Z         PASS [   0.006s] ( 864/1124) spt-runtime manifest::tests::minimal_header_only_manifest_is_valid
2026-06-17T06:50:59.8538485Z         PASS [   0.007s] ( 865/1124) spt-runtime manifest::tests::profile_overlays_hints_wholesale
2026-06-17T06:50:59.8543796Z         PASS [   0.013s] ( 866/1124) spt-runtime manifest::tests::inject_env_without_value_fails_validation
2026-06-17T06:50:59.8562642Z         PASS [   0.012s] ( 867/1124) spt-runtime manifest::tests::manifest_schema_shape
2026-06-17T06:50:59.8569696Z         PASS [   0.006s] ( 868/1124) spt-runtime manifest::tests::shell_fixture_parses
2026-06-17T06:50:59.8599932Z         PASS [   0.014s] ( 869/1124) spt-runtime manifest::tests::per_capability_act_gate_parses_and_validates
2026-06-17T06:50:59.8632941Z         PASS [   0.022s] ( 870/1124) spt-runtime manifest::tests::hint_keyword_matching
2026-06-17T06:50:59.8660010Z         PASS [   0.009s] ( 871/1124) spt-runtime manifest::tests::shell_kind_without_shell_section_fails_validation
2026-06-17T06:50:59.8662344Z         PASS [   0.009s] ( 872/1124) spt-runtime manifest::tests::shortcut_basename_optional_with_default
2026-06-17T06:50:59.8663646Z         PASS [   0.009s] ( 873/1124) spt-runtime manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic
2026-06-17T06:50:59.8664781Z         PASS [   0.017s] ( 874/1124) spt-runtime manifest::tests::round_trips_through_toml
2026-06-17T06:50:59.8707344Z         PASS [   0.008s] ( 875/1124) spt-runtime manifest::tests::update_avenue_gh_release_fields
2026-06-17T06:50:59.8721198Z         PASS [   0.011s] ( 876/1124) spt-runtime manifest::tests::unknown_enum_variant_is_an_error_not_a_panic
2026-06-17T06:50:59.8739165Z         PASS [   0.009s] ( 877/1124) spt-runtime manifest::tests::update_avenue_content_signing_fields
2026-06-17T06:50:59.8740320Z         PASS [   0.018s] ( 878/1124) spt-runtime manifest::tests::shell_tunnel_opt_in
2026-06-17T06:50:59.8759764Z         PASS [   0.011s] ( 879/1124) spt-runtime profile::tests::deep_nested_leaf_replace
2026-06-17T06:50:59.8802974Z         PASS [   0.010s] ( 880/1124) spt-runtime profile::tests::leaf_replace_contract
2026-06-17T06:50:59.8836696Z         PASS [   0.011s] ( 881/1124) spt-runtime profile::tests::file_pointer_recognized_only_for_single_file_key_table
2026-06-17T06:50:59.8841395Z         PASS [   0.007s] ( 882/1124) spt-runtime profile::tests::profile_overlays_strings
2026-06-17T06:50:59.8842557Z         PASS [   0.008s] ( 883/1124) spt-runtime profile::tests::resolve_shipped_profile_applies_overlay
2026-06-17T06:50:59.8843592Z         PASS [   0.007s] ( 884/1124) spt-runtime profile::tests::resolve_unknown_profile_errors
2026-06-17T06:50:59.8844535Z         PASS [   0.064s] ( 885/1124) spt-proto identity::tests::sign_verify_round_trip
2026-06-17T06:50:59.8845462Z         PASS [   0.007s] ( 886/1124) spt-runtime profile::tests::string_dot_path_read_write
2026-06-17T06:50:59.8846445Z         PASS [   0.008s] ( 887/1124) spt-runtime profile::tests::tighten_only_refuses_loosened_over_cap
2026-06-17T06:50:59.8886671Z         PASS [   0.014s] ( 888/1124) spt-runtime profile::tests::split_option_first_colon
2026-06-17T06:50:59.8887703Z         PASS [   0.008s] ( 889/1124) spt-runtime profile::tests::tighten_only_refuses_loosened_require_approval
2026-06-17T06:50:59.8893581Z         PASS [   0.009s] ( 890/1124) spt-runtime registry::tests::create_local_profile_guards
2026-06-17T06:50:59.8906881Z         PASS [   0.010s] ( 891/1124) spt-runtime registry::tests::delete_local_profile_rules
2026-06-17T06:50:59.8927191Z         PASS [   0.015s] ( 892/1124) spt-runtime profile::tests::tighten_only_allows_tightening
2026-06-17T06:50:59.8969813Z         PASS [   0.015s] ( 893/1124) spt-runtime registry::tests::cross_adapter_fallback_target_resolves_adapter_and_profile
2026-06-17T06:50:59.8971569Z         PASS [   0.013s] ( 894/1124) spt-runtime registry::tests::deregister_is_soft_and_readd_reactivates
2026-06-17T06:50:59.8973114Z         PASS [   0.008s] ( 895/1124) spt-runtime registry::tests::missing_string_file_skips_at_read_without_error
2026-06-17T06:50:59.8974346Z         PASS [   0.011s] ( 896/1124) spt-runtime registry::tests::local_profile_overrides_a_shipped_file_pointer
2026-06-17T06:50:59.8979643Z         PASS [   0.012s] ( 897/1124) spt-runtime registry::tests::invalid_manifest_records_nothing
2026-06-17T06:50:59.8999898Z         PASS [   0.015s] ( 898/1124) spt-runtime registry::tests::file_backed_string_reads_contents_lazily
2026-06-17T06:50:59.9001146Z         PASS [   0.011s] ( 899/1124) spt-runtime registry::tests::local_profile_survives_readd
2026-06-17T06:50:59.9025271Z         PASS [   0.011s] ( 900/1124) spt-runtime registry::tests::register_copy_vs_pointer_by_avenue
2026-06-17T06:50:59.9077619Z         PASS [   0.013s] ( 901/1124) spt-runtime registry::tests::resolve_option_in_matches_disk
2026-06-17T06:50:59.9081882Z         PASS [   0.013s] ( 902/1124) spt-runtime registry::tests::resolve_option_bare_shipped_and_local
2026-06-17T06:50:59.9083725Z         PASS [   0.010s] ( 903/1124) spt-runtime runtime::tests::bounded_run_captures_success
2026-06-17T06:50:59.9084874Z         PASS [   0.006s] ( 904/1124) spt-runtime runtime::tests::literal_braces_still_escape_per_token
2026-06-17T06:50:59.9096854Z         PASS [   0.010s] ( 905/1124) spt-runtime runtime::tests::fills_known_placeholders
2026-06-17T06:50:59.9130510Z         PASS [   0.015s] ( 906/1124) spt-runtime registry::tests::string_file_pointer_escaping_the_dir_is_refused_at_register
2026-06-17T06:50:59.9151851Z         PASS [   0.007s] ( 907/1124) spt-runtime runtime::tests::missing_key_errors_before_spawn
2026-06-17T06:50:59.9153376Z         PASS [   0.017s] ( 908/1124) spt-runtime registry::tests::strings_get_set_through_overlay
2026-06-17T06:50:59.9154989Z         PASS [   0.007s] ( 909/1124) spt-runtime runtime::tests::missing_key_and_empty_command_errors_still_fire
2026-06-17T06:50:59.9176909Z         PASS [   0.007s] ( 910/1124) spt-runtime runtime::tests::multiword_value_is_one_argv_element
2026-06-17T06:50:59.9197467Z         PASS [   0.007s] ( 911/1124) spt-runtime runtime::tests::resolve_program_falls_back_to_path
2026-06-17T06:50:59.9198856Z         PASS [   0.009s] ( 912/1124) spt-runtime runtime::tests::placeholder_inside_larger_token_substitutes_in_place
2026-06-17T06:50:59.9216912Z         PASS [   0.006s] ( 913/1124) spt-runtime runtime::tests::tokenize_honors_double_quotes
2026-06-17T06:50:59.9245274Z         PASS [   0.013s] ( 914/1124) spt-runtime runtime::tests::quote_and_semicolon_values_stay_one_element
2026-06-17T06:50:59.9246367Z         PASS [   0.009s] ( 915/1124) spt-runtime runtime::tests::resolve_program_prefers_install_dir
2026-06-17T06:50:59.9266766Z         PASS [   0.007s] ( 916/1124) spt-runtime runtime::tests::unknown_role_errors
2026-06-17T06:50:59.9267867Z         PASS [   0.011s] ( 917/1124) spt-runtime runtime::tests::spawn_session_detached_returns_pid
2026-06-17T06:50:59.9308166Z         PASS [   0.011s] ( 918/1124) spt-store access::tests::recent_outbound_correlates_within_window
2026-06-17T06:50:59.9316830Z         PASS [   0.011s] ( 919/1124) spt-store access::tests::allow_revoke_open_polarity
2026-06-17T06:50:59.9320125Z         PASS [   0.008s] ( 920/1124) spt-store access::tests::recent_outbound_persists
2026-06-17T06:50:59.9359832Z         PASS [   0.011s] ( 921/1124) spt-store access::tests::store_persists_and_degrades_open
2026-06-17T06:50:59.9390079Z         PASS [   0.010s] ( 922/1124) spt-store access::tests::users_reservation_decodes_inert
2026-06-17T06:50:59.9391318Z         PASS [   0.010s] ( 923/1124) spt-store atomic::tests::atomic_write_bytes_round_trips
2026-06-17T06:50:59.9392237Z         PASS [   0.015s] ( 924/1124) spt-store access::tests::recent_outbound_is_bounded
2026-06-17T06:50:59.9393219Z         PASS [   0.005s] ( 925/1124) spt-store atomic::tests::retry_does_not_retry_non_transient
2026-06-17T06:50:59.9419980Z         PASS [   0.010s] ( 926/1124) spt-store atomic::tests::atomic_write_creates_and_replaces
2026-06-17T06:50:59.9423055Z         PASS [   0.011s] ( 927/1124) spt-store atomic::tests::retry_absorbs_transient_then_succeeds
2026-06-17T06:50:59.9431890Z         PASS [   0.008s] ( 928/1124) spt-store atomic::tests::retry_gives_up_after_max_attempts
2026-06-17T06:50:59.9463342Z         PASS [   0.009s] ( 929/1124) spt-store attachment::tests::boot_reset_and_serving_filter
2026-06-17T06:50:59.9490213Z         PASS [   0.009s] ( 930/1124) spt-store attachment::tests::corrupt_file_degrades_to_attached
2026-06-17T06:50:59.9530230Z         PASS [   0.011s] ( 931/1124) spt-store attachment::tests::attached_default_flip_roundtrip
2026-06-17T06:50:59.9559965Z         PASS [   0.019s] ( 932/1124) spt-store atomic::tests::to_forward_slash_strips_unc_prefix
2026-06-17T06:50:59.9612905Z         PASS [   0.006s] ( 933/1124) spt-store contextmark::tests::join_bump_dominates_both_parents
2026-06-17T06:50:59.9682133Z         PASS [   0.007s] ( 934/1124) spt-store contextmark::tests::marker_round_trips_v1_and_v2
2026-06-17T06:50:59.9738515Z         PASS [   0.006s] ( 935/1124) spt-store contextmark::tests::merge_decisions
2026-06-17T06:50:59.9790968Z         PASS [   0.005s] ( 936/1124) spt-store contextmark::tests::vector_compare_covers_all_orders
2026-06-17T06:50:59.9843979Z         PASS [   0.005s] ( 937/1124) spt-store contextmark::tests::vector_parse_tolerant
2026-06-17T06:51:00.0083198Z         PASS [   0.062s] ( 938/1124) spt-store branchstore::tests::open_or_init_idempotent
2026-06-17T06:51:00.0348298Z         PASS [   0.086s] ( 939/1124) spt-store branchstore::tests::sweep_removes_only_stale_empty_locks
2026-06-17T06:51:00.0705981Z         PASS [   0.038s] ( 940/1124) spt-store contextstore::tests::invalid_id_refused
2026-06-17T06:51:00.0899973Z         PASS [   0.149s] ( 941/1124) spt-store branchstore::tests::branches_are_independent_roots
2026-06-17T06:51:00.1032292Z         PASS [   0.160s] ( 942/1124) spt-store branchstore::tests::multi_key_commit_is_one_commit
2026-06-17T06:51:00.1072871Z         PASS [   0.160s] ( 943/1124) spt-store branchstore::tests::unchanged_write_is_no_commit
2026-06-17T06:51:00.1105580Z         PASS [   0.168s] ( 944/1124) spt-store branchstore::tests::commit_then_read_at_tip
2026-06-17T06:51:00.1163510Z         PASS [   0.006s] ( 945/1124) spt-store epoch::tests::corrupt_or_absent_file_degrades_safely
2026-06-17T06:51:00.1223182Z         PASS [   0.006s] ( 946/1124) spt-store epoch::tests::counter_persists_across_reload
2026-06-17T06:51:00.1282483Z         PASS [   0.006s] ( 947/1124) spt-store epoch::tests::next_is_strictly_increasing_from_one
2026-06-17T06:51:00.1341194Z         PASS [   0.006s] ( 948/1124) spt-store gitrun::tests::deadline_kills_and_reports_timed_out
2026-06-17T06:51:00.1502081Z         PASS [   0.016s] ( 949/1124) spt-store gitrun::tests::version_runs_within_budget
2026-06-17T06:51:00.1558142Z         PASS [   0.006s] ( 950/1124) spt-store grants::tests::grant_match_is_exact_per_tuple
2026-06-17T06:51:00.1612066Z         PASS [   0.005s] ( 951/1124) spt-store grants::tests::grant_revoke_roundtrip_default_deny
2026-06-17T06:51:00.1674347Z         PASS [   0.006s] ( 952/1124) spt-store grants::tests::persistence_and_corrupt_degrade_to_deny
2026-06-17T06:51:00.1732476Z         PASS [   0.006s] ( 953/1124) spt-store history::tests::appends_one_record_per_line
2026-06-17T06:51:00.1790970Z         PASS [   0.006s] ( 954/1124) spt-store history::tests::context_entries_carry_the_discriminator
2026-06-17T06:51:00.1853187Z         PASS [   0.006s] ( 955/1124) spt-store history::tests::digest_entries_go_to_a_separate_log
2026-06-17T06:51:00.1932232Z         PASS [   0.008s] ( 956/1124) spt-store home::tests::adoption_stamps_only_unset_and_only_when_unambiguous
2026-06-17T06:51:00.2002163Z         PASS [   0.007s] ( 957/1124) spt-store home::tests::home_assignment_matrix
2026-06-17T06:51:00.2063914Z         PASS [   0.006s] ( 958/1124) spt-store home::tests::scope_seeding_never_clobbers_user_policy
2026-06-17T06:51:00.2093587Z         PASS [   0.139s] ( 959/1124) spt-store contextstore::tests::project_branch_holds_many_agents
2026-06-17T06:51:00.2127613Z         PASS [   0.006s] ( 960/1124) spt-store home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward
2026-06-17T06:51:00.2149091Z         PASS [   0.005s] ( 961/1124) spt-store hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms
2026-06-17T06:51:00.2158144Z         PASS [   0.317s] ( 962/1124) spt-runtime runtime::tests::bounded_run_kills_on_timeout
2026-06-17T06:51:00.2185829Z         PASS [   0.006s] ( 963/1124) spt-store info::tests::busy_sentinel_round_trips_and_read_pid_is_none
2026-06-17T06:51:00.2227392Z         PASS [   0.007s] ( 964/1124) spt-store info::tests::corrupt_content_returns_none
2026-06-17T06:51:00.2321025Z         PASS [   0.009s] ( 965/1124) spt-store info::tests::psyche_host_error_round_trips_and_set_clear_increments
2026-06-17T06:51:00.2388381Z         PASS [   0.006s] ( 966/1124) spt-store info::tests::read_pid_tolerates_schema_minimal
2026-06-17T06:51:00.2459068Z         PASS [   0.007s] ( 967/1124) spt-store info::tests::set_driven_by_stamps_and_clears
2026-06-17T06:51:00.2540283Z         PASS [   0.008s] ( 968/1124) spt-store info::tests::set_last_active_stamps_recency
2026-06-17T06:51:00.2637514Z         PASS [   0.010s] ( 969/1124) spt-store info::tests::set_resources_writes_and_clears_the_blurb
2026-06-17T06:51:00.2706815Z         PASS [   0.286s] ( 970/1124) spt-store contextstore::tests::conflict_artifacts_preserve_both_versions
2026-06-17T06:51:00.2710005Z         PASS [   0.056s] ( 971/1124) spt-store info::tests::concurrent_read_during_writes_never_torn
2026-06-17T06:51:00.2720708Z         PASS [   0.008s] ( 972/1124) spt-store info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair
2026-06-17T06:51:00.2775231Z         PASS [   0.006s] ( 973/1124) spt-store info::tests::write_read_round_trip
2026-06-17T06:51:00.2793504Z         PASS [   0.007s] ( 974/1124) spt-store info::tests::set_status_marks_existing_record
2026-06-17T06:51:00.2794634Z         PASS [   0.006s] ( 975/1124) spt-store liveness::tests::busy_and_missing_keep_interim_parity
2026-06-17T06:51:00.2859445Z         PASS [   0.007s] ( 976/1124) spt-store liveness::tests::daemon_hosted_offline_overrides_live_pid
2026-06-17T06:51:00.2883188Z         PASS [   0.008s] ( 977/1124) spt-store liveness::tests::daemon_hosted_online_survives_dead_pid
2026-06-17T06:51:00.2884539Z         PASS [   0.008s] ( 978/1124) spt-store liveness::tests::external_perch_still_pid_probes
2026-06-17T06:51:00.2921669Z         PASS [   0.008s] ( 979/1124) spt-store liveness::tests::registry_entry_keys_on_status_for_hosted_rows
2026-06-17T06:51:00.2929725Z         PASS [   0.007s] ( 980/1124) spt-store nodeid::tests::corrupt_key_errors_never_regenerates
2026-06-17T06:51:00.2936931Z         PASS [   0.007s] ( 981/1124) spt-store nodeid::tests::create_then_load_is_stable
2026-06-17T06:51:00.3001044Z         PASS [   0.008s] ( 982/1124) spt-store nodeid::tests::seed_hex_round_trips
2026-06-17T06:51:00.3313216Z         PASS [   0.113s] ( 983/1124) spt-store info::tests::mutate_info_serializes_writers_so_offline_is_never_clobbered
2026-06-17T06:51:00.3611461Z         PASS [   0.254s] ( 984/1124) spt-store contextstore::tests::two_tier_layout_and_commits
2026-06-17T06:51:00.3665684Z         PASS [   0.005s] ( 985/1124) spt-store notif::tests::row_serde_round_trips_with_forward_compat
2026-06-17T06:51:00.3669774Z         PASS [   0.074s] ( 986/1124) spt-store notif::tests::listing_is_subnet_scoped
2026-06-17T06:51:00.3739469Z         PASS [   0.074s] ( 987/1124) spt-store notif::tests::produce_list_dismiss_round_trip
2026-06-17T06:51:00.3794379Z         PASS [   0.005s] ( 988/1124) spt-store peeraddrs::tests::corrupt_file_degrades_to_empty
2026-06-17T06:51:00.3847861Z         PASS [   0.005s] ( 989/1124) spt-store peeraddrs::tests::put_get_roundtrip_and_noop_reput
2026-06-17T06:51:00.3901281Z         PASS [   0.005s] ( 990/1124) spt-store peeraddrs::tests::record_is_one_step_and_skips_noops
2026-06-17T06:51:00.3956983Z         PASS [   0.005s] ( 991/1124) spt-store perch::tests::child_files_route_through_one_resolver
2026-06-17T06:51:00.4010547Z         PASS [   0.005s] ( 992/1124) spt-store perch::tests::classification_matrix
2026-06-17T06:51:00.4066201Z         PASS [   0.006s] ( 993/1124) spt-store perch::tests::explicit_parent_wins_over_infer
2026-06-17T06:51:00.4125793Z         PASS [   0.006s] ( 994/1124) spt-store perch::tests::list_self_perch_ids_enumerates_bound_top_level
2026-06-17T06:51:00.4181122Z         PASS [   0.005s] ( 995/1124) spt-store perch::tests::resolve_psyche_and_worker_nest_under_parent
2026-06-17T06:51:00.4238110Z         PASS [   0.006s] ( 996/1124) spt-store perch::tests::resolve_self_is_flat
2026-06-17T06:51:00.4298647Z         PASS [   0.006s] ( 997/1124) spt-store perch::tests::shell_perches_resolve_under_owner_shells_namespace
2026-06-17T06:51:00.4309735Z         PASS [   0.064s] ( 998/1124) spt-store notif::tests::stale_undismissed_copy_cannot_undismiss
2026-06-17T06:51:00.4313627Z         PASS [   0.138s] ( 999/1124) spt-store notif::tests::merge_is_idempotent_and_commutative
2026-06-17T06:51:00.4356733Z         PASS [   0.104s] (1000/1124) spt-store notif::tests::reopen_is_durable_and_corrupt_seen_degrades
2026-06-17T06:51:00.4360592Z         PASS [   0.006s] (1001/1124) spt-store perch::tests::spt_home_is_pure_and_honors_env
2026-06-17T06:51:00.4364308Z         PASS [   0.005s] (1002/1124) spt-store proc::tests::parent_pid_resolves_and_is_alive
2026-06-17T06:51:00.4365804Z         PASS [   0.006s] (1003/1124) spt-store proc::tests::current_process_is_alive
2026-06-17T06:51:00.4416551Z         PASS [   0.006s] (1004/1124) spt-store proc::tests::unassigned_pid_is_dead
2026-06-17T06:51:00.4421839Z         PASS [   0.006s] (1005/1124) spt-store proc::tests::pid_zero_is_dead_on_every_os
2026-06-17T06:51:00.4465792Z         PASS [   0.080s] (1006/1124) spt-store notif::tests::seen_unions_and_surfaced_maxes
2026-06-17T06:51:00.4471161Z         PASS [   0.005s] (1007/1124) spt-store project::tests::url_spellings_normalize_to_one_id
2026-06-17T06:51:00.4621001Z         PASS [   0.025s] (1008/1124) spt-store proc::tests::zombie_child_reads_dead
2026-06-17T06:51:00.5079869Z         PASS [   0.500s] (1009/1124) spt-store contextstore::tests::fork_copies_both_tiers_then_diverges
2026-06-17T06:51:00.5197871Z         PASS [   0.081s] (1010/1124) spt-store project::tests::derivation_ladder
2026-06-17T06:51:00.5278120Z         PASS [   0.066s] (1011/1124) spt-store registry::tests::register_and_lookup
2026-06-17T06:51:00.5474252Z         PASS [   0.444s] (1012/1124) spt-store contextstore::tests::rename_ripples_both_tiers
2026-06-17T06:51:00.5550505Z         PASS [   0.113s] (1013/1124) spt-store registry::tests::clean_keys_on_status_for_daemon_hosted_rows
2026-06-17T06:51:00.5591266Z         PASS [   0.112s] (1014/1124) spt-store registry::tests::clean_removes_dead_keeps_live
2026-06-17T06:51:00.5639083Z         PASS [   0.008s] (1015/1124) spt-store rename::tests::live_nested_child_blocks_rename
2026-06-17T06:51:00.5655542Z         PASS [   0.006s] (1016/1124) spt-store rename::tests::rename_refusals_leave_owlery_untouched
2026-06-17T06:51:00.5704287Z         PASS [   0.007s] (1017/1124) spt-store rename::tests::rename_ripples_self_and_nested_children
2026-06-17T06:51:00.5710537Z         PASS [   0.005s] (1018/1124) spt-store roster::tests::is_member_any_spans_subnets_and_honors_tombstones
2026-06-17T06:51:00.5756943Z         PASS [   0.005s] (1019/1124) spt-store roster::tests::merge_entry_is_strictly_greater_lease_wins
2026-06-17T06:51:00.5759313Z         PASS [   0.068s] (1020/1124) spt-store registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds
2026-06-17T06:51:00.5762327Z         PASS [   0.005s] (1021/1124) spt-store roster::tests::merge_is_commutative_and_idempotent
2026-06-17T06:51:00.5805341Z         PASS [   0.004s] (1022/1124) spt-store roster::tests::roster_for_projects_one_subnets_slice
2026-06-17T06:51:00.5815872Z         PASS [   0.006s] (1023/1124) spt-store roster::tests::offline_member_persists_through_silence_and_reload
2026-06-17T06:51:00.5820047Z         PASS [   0.006s] (1024/1124) spt-store roster::tests::serde_additive_and_degrades_to_empty
2026-06-17T06:51:00.5858327Z         PASS [   0.005s] (1025/1124) spt-store roster::tests::tombstone_dominates_suppresses_reinsert_and_clears
2026-06-17T06:51:00.5859902Z         PASS [   0.004s] (1026/1124) spt-store roster::tests::upsert_self_overwrites_unconditionally
2026-06-17T06:51:00.5865925Z         PASS [   0.005s] (1027/1124) spt-store roster::tests::tombstones_are_scoped_and_merge
2026-06-17T06:51:00.5913280Z         PASS [   0.005s] (1028/1124) spt-store rotation::tests::coalesce_is_per_subnet
2026-06-17T06:51:00.5919226Z         PASS [   0.006s] (1029/1124) spt-store rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline
2026-06-17T06:51:00.5921439Z         PASS [   0.006s] (1030/1124) spt-store rotation::tests::due_subnets_respects_deadline_and_force_is_immediate
2026-06-17T06:51:00.5973674Z         PASS [   0.005s] (1031/1124) spt-store seed::tests::absent_cwd_is_omitted
2026-06-17T06:51:00.5974564Z         PASS [   0.005s] (1032/1124) spt-store seed::tests::seed_round_trips_through_json
2026-06-17T06:51:00.5975348Z         PASS [   0.006s] (1033/1124) spt-store rotation::tests::persists_and_degrades_to_empty
2026-06-17T06:51:00.6022970Z         PASS [   0.055s] (1034/1124) spt-store registry::tests::resolve_on_empty_registry_is_none_not_error
2026-06-17T06:51:00.6035959Z         PASS [   0.006s] (1035/1124) spt-store sessions::tests::appends_and_reads_in_order
2026-06-17T06:51:00.6040692Z         PASS [   0.006s] (1036/1124) spt-store sessions::tests::same_session_rebind_is_deduped
2026-06-17T06:51:00.6080815Z         PASS [   0.006s] (1037/1124) spt-store sessions::tests::tolerant_of_garbage_lines
2026-06-17T06:51:00.6107559Z         PASS [   0.006s] (1038/1124) spt-store shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite
2026-06-17T06:51:00.6109884Z         PASS [   0.007s] (1039/1124) spt-store shellinfo::tests::alias_unique_rename_and_resolution
2026-06-17T06:51:00.6155934Z         PASS [   0.007s] (1040/1124) spt-store shellinfo::tests::mint_smallest_free_and_teardown_frees
2026-06-17T06:51:00.6178642Z         PASS [   0.100s] (1041/1124) spt-store registry::tests::reregister_replaces_address
2026-06-17T06:51:00.6180060Z         PASS [   0.007s] (1042/1124) spt-store shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance
2026-06-17T06:51:00.6388415Z         PASS [   0.041s] (1043/1124) spt-store sessions::tests::last_k_and_bounding
2026-06-17T06:51:00.6494811Z         PASS [   0.121s] (1044/1124) spt-store registry::tests::resolve_cleans_before_lookup
2026-06-17T06:51:00.7217684Z         PASS [   0.072s] (1045/1124) spt-store spool::tests::spool_touches_has_messages_sentinel
2026-06-17T06:51:00.7218689Z         PASS [   0.632s] (1046/1124) spt-store contextstore::tests::remove_endpoint_removes_exactly_the_source
2026-06-17T06:51:00.7300117Z         PASS [   0.091s] (1047/1124) spt-store spool::tests::reopen_is_idempotent
2026-06-17T06:51:00.7354318Z         PASS [   0.005s] (1048/1124) spt-store subnet::tests::add_joined_preserves_seed_and_epoch
2026-06-17T06:51:00.7409027Z         PASS [   0.005s] (1049/1124) spt-store subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent
2026-06-17T06:51:00.7461999Z         PASS [   0.005s] (1050/1124) spt-store subnet::tests::create_subnet_starts_at_epoch_one_unique_name
2026-06-17T06:51:00.7473999Z         PASS [   0.132s] (1051/1124) spt-store spool::tests::drain_marks_delivered_and_is_idempotent
2026-06-17T06:51:00.7514770Z         PASS [   0.005s] (1052/1124) spt-store subnet::tests::hex_round_trips_and_rejects_bad_input
2026-06-17T06:51:00.7529695Z         PASS [   0.006s] (1053/1124) spt-store subnet::tests::hide_new_endpoints_defaults_off_and_persists
2026-06-17T06:51:00.7572514Z         PASS [   0.006s] (1054/1124) spt-store subnet::tests::minted_seeds_are_random
2026-06-17T06:51:00.7587369Z         PASS [   0.006s] (1055/1124) spt-store subnet::tests::missing_or_corrupt_file_is_empty_store
2026-06-17T06:51:00.7628447Z         PASS [   0.006s] (1056/1124) spt-store subnet::tests::no_prior_generation_before_rotation
2026-06-17T06:51:00.7643985Z         PASS [   0.005s] (1057/1124) spt-store subnet::tests::remove_drops_membership
2026-06-17T06:51:00.7675018Z         PASS [   0.156s] (1058/1124) spt-store spool::tests::deferred_row_survives_event_drain_then_hook_delivers
2026-06-17T06:51:00.7697785Z         PASS [   0.007s] (1059/1124) spt-store subnet::tests::rotate_bumps_epoch_and_changes_seed
2026-06-17T06:51:00.7723513Z         PASS [   0.153s] (1060/1124) spt-store spool::tests::non_deferred_drain_skips_deferred_and_preserves_order
2026-06-17T06:51:00.7726183Z         PASS [   0.007s] (1061/1124) spt-store subnet::tests::store_persists_multi_subnet_and_rotation
2026-06-17T06:51:00.7875491Z         PASS [   0.340s] (1062/1124) spt-store registry::tests::concurrent_registration_never_locks
2026-06-17T06:51:00.8030280Z         PASS [   0.081s] (1063/1124) spt-store spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path
2026-06-17T06:51:00.8256412Z         PASS [   0.038s] (1064/1124) spt-store syncmerge::tests::non_context_branch_refused
2026-06-17T06:51:00.8314604Z         PASS [   0.110s] (1065/1124) spt-store spool::tests::wan_spool_dedups_on_op_id_across_reopen
2026-06-17T06:51:00.8368902Z         PASS [   0.005s] (1066/1124) spt-store timefmt::tests::formats_known_instants
2026-06-17T06:51:00.8426024Z         PASS [   0.005s] (1067/1124) spt-store timefmt::tests::lexical_order_matches_chronological_order
2026-06-17T06:51:00.8478322Z         PASS [   0.005s] (1068/1124) spt-store visibility::tests::hidden_gates_sync_even_when_listed
2026-06-17T06:51:00.8533256Z         PASS [   0.005s] (1069/1124) spt-store visibility::tests::hidden_is_or_of_defaults
2026-06-17T06:51:00.8590897Z         PASS [   0.005s] (1070/1124) spt-store visibility::tests::override_wins_both_directions
2026-06-17T06:51:00.8649751Z         PASS [   0.006s] (1071/1124) spt-store visibility::tests::store_persists_and_degrades_safe
2026-06-17T06:51:00.8705157Z         PASS [   0.006s] (1072/1124) spt-store visibility::tests::synced_requires_membership_listing
2026-06-17T06:51:00.8769155Z         PASS [   0.006s] (1073/1124) spt-store xfer::tests::progress_round_trips_per_role_and_updates_mid_flight
2026-06-17T06:51:00.8846612Z         PASS [   0.008s] (1074/1124) spt-store xfer::tests::xfer_id_is_filename_safe_and_distinct
2026-06-17T06:51:00.8920896Z         PASS [   0.007s] (1075/1124) spt-term digest::tests::config_defaults_are_the_presentation_formula
2026-06-17T06:51:00.8986040Z         PASS [   0.006s] (1076/1124) spt-term digest::tests::truncate_arg_cuts_to_width_with_ellipsis
2026-06-17T06:51:00.9045141Z         PASS [   0.006s] (1077/1124) spt-term projection::tests::agent_between_tools_breaks_the_sprint
2026-06-17T06:51:00.9103198Z         PASS [   0.006s] (1078/1124) spt-term projection::tests::context_record_discriminator
2026-06-17T06:51:00.9154822Z         PASS [   0.005s] (1079/1124) spt-term projection::tests::diagnostics_clean_stream_has_no_drops
2026-06-17T06:51:00.9212497Z         PASS [   0.006s] (1080/1124) spt-term projection::tests::diagnostics_record_every_drop_with_reason
2026-06-17T06:51:00.9261601Z         PASS [   0.308s] (1081/1124) spt-store spool::tests::event_part_body_persists_byte_exact
2026-06-17T06:51:00.9267743Z         PASS [   0.005s] (1082/1124) spt-term projection::tests::empty_input_projects_empty_digest
2026-06-17T06:51:00.9316534Z         PASS [   0.005s] (1083/1124) spt-term projection::tests::leading_output_without_input_is_a_preamble_turn
2026-06-17T06:51:00.9320984Z         PASS [   0.005s] (1084/1124) spt-term projection::tests::malformed_unknown_role_and_toolless_tool_are_skipped
2026-06-17T06:51:00.9369487Z         PASS [   0.005s] (1085/1124) spt-term projection::tests::projects_input_agent_and_collapses_tool_sprints
2026-06-17T06:51:00.9371346Z         PASS [   0.005s] (1086/1124) spt-term projection::tests::sprint_collapse_off_keeps_tools_separate
2026-06-17T06:51:00.9424061Z         PASS [   0.005s] (1087/1124) spt-term projection::tests::timeline_boundary_divider_and_window_bridge
2026-06-17T06:51:00.9427467Z         PASS [   0.005s] (1088/1124) spt-term projection::tests::timeline_folds_context_into_a_turn
2026-06-17T06:51:00.9477215Z         PASS [   0.005s] (1089/1124) spt-term projection::tests::truncates_tool_args_to_width
2026-06-17T06:51:00.9478215Z         PASS [   0.005s] (1090/1124) spt-term projection::tests::ts_ordering_key_parses_and_is_optional
2026-06-17T06:51:00.9529753Z         PASS [   0.005s] (1091/1124) spt-term projection::tests::window_input_turns_bridges_and_trims
2026-06-17T06:51:00.9530702Z         PASS [   0.005s] (1092/1124) spt-term projection::tests::unknown_fields_are_tolerated
2026-06-17T06:51:00.9594933Z         PASS [   0.006s] (1093/1124) spt-term projection::tests::windows_to_last_n_turns
2026-06-17T06:51:00.9595900Z         PASS [   0.006s] (1094/1124) spt-term reader::tests::auto_answers_synthetic_dsr_query
2026-06-17T06:51:00.9641246Z         PASS [   0.005s] (1095/1124) spt-term reader::tests::dsr_matcher_finds_query_across_chunk_boundary
2026-06-17T06:51:00.9692819Z         PASS [   0.010s] (1096/1124) spt-term reader::tests::no_dsr_means_no_answer
2026-06-17T06:51:00.9694871Z         PASS [   0.005s] (1097/1124) spt-term winprog::tests::bare_name_prefers_cmd_over_extensionless_shim
2026-06-17T06:51:00.9746271Z         PASS [   0.005s] (1098/1124) spt-term winprog::tests::bare_name_prefers_exe_and_spawns_direct
2026-06-17T06:51:00.9749434Z         PASS [   0.005s] (1099/1124) spt-term winprog::tests::earlier_path_dir_wins
2026-06-17T06:51:00.9802220Z         PASS [   0.005s] (1100/1124) spt-term winprog::tests::unresolvable_passes_through
2026-06-17T06:51:00.9803630Z         PASS [   0.005s] (1101/1124) spt-term winprog::tests::explicit_extension_is_classified_in_place
2026-06-17T06:51:00.9976460Z         PASS [   0.017s] (1102/1124) spt-term::dsr drain_forwards_child_output
2026-06-17T06:51:01.0076450Z         PASS [   0.027s] (1103/1124) spt-term::inject ctrl_c_interrupts_the_child
2026-06-17T06:51:01.0159883Z         PASS [   0.018s] (1104/1124) spt-term::inject send_line_reaches_child_and_preserves_order
2026-06-17T06:51:01.0226914Z         PASS [   0.007s] (1105/1124) spt-term::stream delivers_every_value_under_resize
2026-06-17T06:51:01.0330050Z         PASS [   0.010s] (1106/1124) spt-term::surface captures_child_output_off_the_pty
2026-06-17T06:51:01.0400699Z         PASS [   0.007s] (1107/1124) spt-term::surface resize_under_load_does_not_hang_or_panic
2026-06-17T06:51:01.0471402Z         PASS [   0.007s] (1108/1124) spt-term::surface spawn_program_in_lands_the_child_in_the_requested_cwd
2026-06-17T06:51:01.0524078Z         PASS [   0.005s] (1109/1124) xtask::bin/xtask converge_tests::converge_table_renders_rows_and_success_predicate
2026-06-17T06:51:01.2764194Z         PASS [   0.505s] (1110/1124) spt-store syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite
2026-06-17T06:51:01.3348597Z         PASS [   0.567s] (1111/1124) spt-store syncmerge::tests::adopt_then_incremental_then_idempotent_repull
2026-06-17T06:51:01.4254055Z         PASS [   0.622s] (1112/1124) spt-store syncmerge::tests::project_branch_unions_disjoint_agents
2026-06-17T06:51:01.6188821Z         PASS [   0.847s] (1113/1124) spt-store syncmerge::tests::dominated_incoming_drops_but_joins_dag
2026-06-17T06:51:01.6424597Z         PASS [   0.873s] (1114/1124) spt-store syncmerge::tests::concurrent_writes_surface_on_both_nodes
2026-06-17T06:51:01.8660651Z         PASS [   1.040s] (1115/1124) spt-store syncmerge::tests::reconciled_write_propagates_and_clears_artifacts
2026-06-17T06:51:02.0176194Z         PASS [   1.010s] (1116/1124) spt-term::stream bounded_backpressure_stalls_an_unconsumed_reader
2026-06-17T06:51:02.1526954Z         PASS [  15.171s] (1117/1124) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-17T06:51:06.4363340Z         PASS [  24.688s] (1118/1124) spt::livehost_nonresident_e2e online_live_agent_with_fast_exiting_psyche_stamps_parent_and_clears_phantom
2026-06-17T06:51:07.3081345Z         PASS [  14.815s] (1119/1124) spt-daemon::daemon_lifecycle_real_brain real_brain_process_hosts_the_psyche_for_an_online_live_endpoint
2026-06-17T06:51:10.1674780Z         PASS [  28.442s] (1120/1124) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-17T06:51:11.1054319Z         PASS [  29.380s] (1121/1124) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-17T06:51:15.6677286Z         PASS [  33.920s] (1122/1124) spt::livehost_bootrace_e2e netless_online_live_agent_is_hosted_by_the_real_daemon_brain
2026-06-17T06:51:31.7276035Z         PASS [  50.002s] (1123/1124) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-17T06:51:32.4940770Z         PASS [  50.769s] (1124/1124) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-17T06:51:32.4941608Z ────────────
2026-06-17T06:51:32.4941896Z      Summary [  50.773s] 1124 tests run: 1124 passed, 1 skipped
2026-06-17T06:51:32.6297725Z ##[group]Run cargo test --workspace --doc
2026-06-17T06:51:32.6299323Z [36;1mcargo test --workspace --doc[0m
2026-06-17T06:51:32.6510196Z shell: /usr/bin/bash -e {0}
2026-06-17T06:51:32.6510459Z env:
2026-06-17T06:51:32.6510646Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-17T06:51:32.6510869Z ##[endgroup]
2026-06-17T06:51:33.3750013Z    Compiling strsim v0.11.1
2026-06-17T06:51:33.3775272Z    Compiling unicode-segmentation v1.13.3
2026-06-17T06:51:33.3889915Z warning: enum `Launch` is never used
2026-06-17T06:51:33.3890324Z   --> crates/spt-term/src/winprog.rs:62:6
2026-06-17T06:51:33.3890624Z    |
2026-06-17T06:51:33.3890845Z 62 | enum Launch {
2026-06-17T06:51:33.3891068Z    |      ^^^^^^
2026-06-17T06:51:33.3891282Z    |
2026-06-17T06:51:33.3891618Z    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
2026-06-17T06:51:33.3891928Z 
2026-06-17T06:51:33.3892070Z warning: function `last_segment` is never used
2026-06-17T06:51:33.3893445Z   --> crates/spt-term/src/winprog.rs:74:4
2026-06-17T06:51:33.3893774Z    |
2026-06-17T06:51:33.3894007Z 74 | fn last_segment(s: &str) -> &str {
2026-06-17T06:51:33.3894286Z    |    ^^^^^^^^^^^^
2026-06-17T06:51:33.3894440Z 
2026-06-17T06:51:33.3894563Z warning: function `ext_of` is never used
2026-06-17T06:51:33.3894878Z   --> crates/spt-term/src/winprog.rs:80:4
2026-06-17T06:51:33.3895169Z    |
2026-06-17T06:51:33.3895398Z 80 | fn ext_of(s: &str) -> Option<String> {
2026-06-17T06:51:33.3895699Z    |    ^^^^^^
2026-06-17T06:51:33.3895841Z 
2026-06-17T06:51:33.3895990Z warning: function `parent_of` is never used
2026-06-17T06:51:33.3896281Z   --> crates/spt-term/src/winprog.rs:89:4
2026-06-17T06:51:33.3896536Z    |
2026-06-17T06:51:33.3896735Z 89 | fn parent_of(s: &str) -> Option<&str> {
2026-06-17T06:51:33.3896997Z    |    ^^^^^^^^^
2026-06-17T06:51:33.3897120Z 
2026-06-17T06:51:33.3897245Z warning: function `launch_for` is never used
2026-06-17T06:51:33.3897535Z   --> crates/spt-term/src/winprog.rs:95:4
2026-06-17T06:51:33.3897787Z    |
2026-06-17T06:51:33.3898007Z 95 | fn launch_for(path: PathBuf, ext: &str) -> Launch {
2026-06-17T06:51:33.3898294Z    |    ^^^^^^^^^^
2026-06-17T06:51:33.3898427Z 
2026-06-17T06:51:33.3898533Z warning: function `resolve_in` is never used
2026-06-17T06:51:33.3898824Z    --> crates/spt-term/src/winprog.rs:112:4
2026-06-17T06:51:33.3899172Z     |
2026-06-17T06:51:33.3899341Z 112 | fn resolve_in(
2026-06-17T06:51:33.3899527Z     |    ^^^^^^^^^^
2026-06-17T06:51:33.3899658Z 
2026-06-17T06:51:33.3899783Z warning: `spt-term` (lib) generated 6 warnings
2026-06-17T06:51:33.5223659Z    Compiling darling_core v0.20.11
2026-06-17T06:51:33.5835823Z    Compiling convert_case v0.10.0
2026-06-17T06:51:33.6924918Z    Compiling derive_more-impl v2.1.1
2026-06-17T06:51:34.5352115Z    Compiling darling_macro v0.20.11
2026-06-17T06:51:34.6697288Z    Compiling darling v0.20.11
2026-06-17T06:51:34.6898182Z    Compiling derive_builder_core v0.20.2
2026-06-17T06:51:35.0375753Z    Compiling derive_more v2.1.1
2026-06-17T06:51:35.0987160Z    Compiling n0-future v0.3.2
2026-06-17T06:51:35.0987570Z    Compiling iroh-base v0.98.0
2026-06-17T06:51:35.0987889Z    Compiling noq-proto v0.17.0
2026-06-17T06:51:35.1185160Z    Compiling derive_builder_macro v0.20.2
2026-06-17T06:51:35.1884743Z    Compiling n0-watcher v0.6.1
2026-06-17T06:51:35.2421635Z    Compiling derive_builder v0.20.2
2026-06-17T06:51:35.2758296Z    Compiling vergen-lib v9.1.0
2026-06-17T06:51:35.2758720Z    Compiling vergen-lib v0.1.6
2026-06-17T06:51:35.3056474Z    Compiling netwatch v0.16.0
2026-06-17T06:51:35.3835168Z    Compiling vergen v9.1.0
2026-06-17T06:51:35.4156703Z    Compiling vergen-gitcl v1.0.8
2026-06-17T06:51:35.4324320Z    Compiling iroh-dns v0.98.0
2026-06-17T06:51:35.6822045Z    Compiling iroh-relay v0.98.0
2026-06-17T06:51:36.0420553Z    Compiling portmapper v0.16.0
2026-06-17T06:51:38.2417024Z    Compiling noq v0.18.0
2026-06-17T06:51:42.2343981Z    Compiling iroh v0.98.2
2026-06-17T06:51:50.2916250Z    Compiling spt-net v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-17T06:51:51.6925244Z    Compiling spt-daemon v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-17T06:51:58.7017696Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.01s
2026-06-17T06:51:58.7243759Z    Doc-tests spt_daemon
2026-06-17T06:51:59.1347598Z 
2026-06-17T06:51:59.1348293Z running 0 tests
2026-06-17T06:51:59.1348521Z 
2026-06-17T06:51:59.1348821Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-17T06:51:59.1349294Z 
2026-06-17T06:51:59.1390924Z    Doc-tests spt_live
2026-06-17T06:51:59.1761726Z 
2026-06-17T06:51:59.1762032Z running 0 tests
2026-06-17T06:51:59.1762267Z 
2026-06-17T06:51:59.1762482Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-17T06:51:59.1762792Z 
2026-06-17T06:51:59.1796008Z    Doc-tests spt_msg
2026-06-17T06:51:59.2108351Z 
2026-06-17T06:51:59.2109237Z running 0 tests
2026-06-17T06:51:59.2111234Z 
2026-06-17T06:51:59.2111573Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-17T06:51:59.2111930Z 
2026-06-17T06:51:59.2140831Z    Doc-tests spt_net
2026-06-17T06:51:59.3702394Z 
2026-06-17T06:51:59.3703049Z running 0 tests
2026-06-17T06:51:59.3703298Z 
2026-06-17T06:51:59.3703636Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-17T06:51:59.3703979Z 
2026-06-17T06:51:59.3744225Z    Doc-tests spt_proto
2026-06-17T06:51:59.4048758Z 
2026-06-17T06:51:59.4049511Z running 0 tests
2026-06-17T06:51:59.4049731Z 
2026-06-17T06:51:59.4049969Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-17T06:51:59.4050293Z 
2026-06-17T06:51:59.4080900Z    Doc-tests spt_runtime
2026-06-17T06:51:59.5790584Z 
2026-06-17T06:51:59.5791209Z running 0 tests
2026-06-17T06:51:59.5791422Z 
2026-06-17T06:51:59.5791685Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-17T06:51:59.5791971Z 
2026-06-17T06:51:59.5828125Z    Doc-tests spt_store
2026-06-17T06:51:59.7291096Z 
2026-06-17T06:51:59.7291721Z running 0 tests
2026-06-17T06:51:59.7291959Z 
2026-06-17T06:51:59.7292259Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-17T06:51:59.7292627Z 
2026-06-17T06:51:59.7327550Z    Doc-tests spt_term
2026-06-17T06:51:59.7920715Z 
2026-06-17T06:51:59.7921470Z running 0 tests
2026-06-17T06:51:59.7921650Z 
2026-06-17T06:51:59.7921904Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-17T06:51:59.7922204Z 
2026-06-17T06:51:59.8086555Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-17T06:51:59.8087141Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-17T06:51:59.8105999Z shell: /usr/bin/bash -e {0}
2026-06-17T06:51:59.8106217Z env:
2026-06-17T06:51:59.8106402Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-17T06:51:59.8106630Z ##[endgroup]
2026-06-17T06:52:00.1976310Z     Checking cfg-if v1.0.4
2026-06-17T06:52:00.1976710Z     Checking typenum v1.20.1
2026-06-17T06:52:00.1977449Z     Checking memchr v2.8.1
2026-06-17T06:52:00.1978068Z     Checking log v0.4.32
2026-06-17T06:52:00.2052110Z     Checking critical-section v1.2.0
2026-06-17T06:52:00.2185646Z     Checking subtle v2.6.1
2026-06-17T06:52:00.2186223Z     Checking smallvec v1.15.1
2026-06-17T06:52:00.2276963Z     Checking libc v0.2.186
2026-06-17T06:52:00.2278843Z     Checking serde_core v1.0.228
2026-06-17T06:52:00.2283502Z     Checking equivalent v1.0.2
2026-06-17T06:52:00.2284671Z     Checking itoa v1.0.18
2026-06-17T06:52:00.2324369Z     Checking pin-project-lite v0.2.17
2026-06-17T06:52:00.2624203Z     Checking bitflags v2.12.1
2026-06-17T06:52:00.2630055Z     Checking cpufeatures v0.2.17
2026-06-17T06:52:00.2785362Z     Checking zeroize v1.8.2
2026-06-17T06:52:00.2788832Z     Checking hashbrown v0.17.1
2026-06-17T06:52:00.2794576Z     Checking bytes v1.11.1
2026-06-17T06:52:00.2795379Z     Checking futures-core v0.3.32
2026-06-17T06:52:00.3103565Z     Checking rand_core v0.10.1
2026-06-17T06:52:00.3265018Z     Checking stable_deref_trait v1.2.1
2026-06-17T06:52:00.3426778Z     Checking futures-io v0.3.32
2026-06-17T06:52:00.3961026Z     Checking futures-sink v0.3.32
2026-06-17T06:52:00.4180780Z     Checking slab v0.4.12
2026-06-17T06:52:00.4220797Z     Checking futures-task v0.3.32
2026-06-17T06:52:00.4371842Z     Checking zerofrom v0.1.8
2026-06-17T06:52:00.4470700Z     Checking zerocopy v0.8.50
2026-06-17T06:52:00.4471975Z     Checking signature v2.2.0
2026-06-17T06:52:00.4611775Z     Checking zmij v1.0.21
2026-06-17T06:52:00.4761023Z     Checking fastrand v2.4.1
2026-06-17T06:52:00.4960449Z     Checking futures-channel v0.3.32
2026-06-17T06:52:00.5050615Z     Checking libsqlite3-sys v0.30.1
2026-06-17T06:52:00.5090580Z     Checking litemap v0.8.2
2026-06-17T06:52:00.5508583Z     Checking writeable v0.6.3
2026-06-17T06:52:00.5589616Z     Checking yoke v0.8.3
2026-06-17T06:52:00.6110374Z     Checking fallible-iterator v0.3.0
2026-06-17T06:52:00.6578019Z     Checking ed25519 v2.2.3
2026-06-17T06:52:00.6734953Z     Checking fallible-streaming-iterator v0.1.9
2026-06-17T06:52:00.6860640Z     Checking utf8_iter v1.0.4
2026-06-17T06:52:00.7307312Z     Checking icu_properties_data v2.2.0
2026-06-17T06:52:00.7420388Z     Checking icu_normalizer_data v2.2.0
2026-06-17T06:52:00.7590472Z     Checking percent-encoding v2.3.2
2026-06-17T06:52:00.7800020Z     Checking cpufeatures v0.3.0
2026-06-17T06:52:00.7910541Z     Checking rustls-pki-types v1.14.1
2026-06-17T06:52:00.7980277Z     Checking futures-util v0.3.32
2026-06-17T06:52:00.8101023Z     Checking scopeguard v1.2.0
2026-06-17T06:52:00.8200521Z     Checking thiserror v2.0.18
2026-06-17T06:52:00.8240377Z     Checking aws-lc-sys v0.41.0
2026-06-17T06:52:00.8350722Z     Checking zerovec v0.11.6
2026-06-17T06:52:00.8570708Z     Checking zerotrie v0.2.4
2026-06-17T06:52:00.8880453Z     Checking lock_api v0.4.14
2026-06-17T06:52:00.8881239Z     Checking chacha20 v0.10.0
2026-06-17T06:52:00.9410418Z    Compiling fnv v1.0.7
2026-06-17T06:52:00.9500248Z     Checking form_urlencoded v1.2.2
2026-06-17T06:52:00.9626956Z     Checking untrusted v0.9.0
2026-06-17T06:52:00.9860438Z     Checking http v1.4.1
2026-06-17T06:52:01.0404694Z     Checking indexmap v2.14.0
2026-06-17T06:52:01.0546528Z    Compiling darling_core v0.20.11
2026-06-17T06:52:01.0576457Z     Checking const-oid v0.10.2
2026-06-17T06:52:01.0720417Z     Checking atomic-waker v1.1.2
2026-06-17T06:52:01.1020561Z     Checking linux-raw-sys v0.12.1
2026-06-17T06:52:01.2100538Z     Checking derive_more v2.1.1
2026-06-17T06:52:01.2291020Z     Checking base64ct v1.8.3
2026-06-17T06:52:01.2410462Z     Checking either v1.16.0
2026-06-17T06:52:01.2700719Z     Checking httparse v1.10.1
2026-06-17T06:52:01.2950517Z     Checking try-lock v0.2.5
2026-06-17T06:52:01.3550303Z     Checking data-encoding v2.11.0
2026-06-17T06:52:01.3960273Z     Checking base64 v0.22.1
2026-06-17T06:52:01.4350307Z     Checking tower-service v0.3.3
2026-06-17T06:52:01.4660629Z     Checking generic-array v0.14.7
2026-06-17T06:52:01.5264380Z     Checking hybrid-array v0.4.12
2026-06-17T06:52:01.5360681Z     Checking pem-rfc7468 v1.0.0
2026-06-17T06:52:01.5971724Z     Checking tinyvec_macros v0.1.1
2026-06-17T06:52:01.6340348Z     Checking aws-lc-rs v1.17.0
2026-06-17T06:52:01.6550279Z     Checking rustix v1.1.4
2026-06-17T06:52:01.6860535Z     Checking tinyvec v1.11.0
2026-06-17T06:52:01.7050388Z     Checking want v0.3.1
2026-06-17T06:52:01.7180278Z     Checking tinystr v0.8.3
2026-06-17T06:52:01.7590453Z     Checking potential_utf v0.1.5
2026-06-17T06:52:01.7750824Z     Checking der v0.8.0-rc.10
2026-06-17T06:52:01.8300347Z     Checking n0-error v0.1.3
2026-06-17T06:52:01.8440642Z     Checking icu_collections v2.2.0
2026-06-17T06:52:01.9140665Z     Checking http-body v1.0.1
2026-06-17T06:52:01.9300432Z     Checking icu_locale_core v2.2.0
2026-06-17T06:52:01.9390626Z     Checking num-traits v0.2.19
2026-06-17T06:52:02.0520747Z    Compiling anyhow v1.0.102
2026-06-17T06:52:02.0870815Z     Checking diatomic-waker v0.2.3
2026-06-17T06:52:02.1450639Z     Checking crypto-common v0.1.7
2026-06-17T06:52:02.1580533Z     Checking block-buffer v0.10.4
2026-06-17T06:52:02.2066152Z     Checking crypto-common v0.2.2
2026-06-17T06:52:02.2290472Z     Checking block-buffer v0.12.0
2026-06-17T06:52:02.2410362Z     Checking inout v0.1.4
2026-06-17T06:52:02.2600411Z     Checking cordyceps v0.3.4
2026-06-17T06:52:02.2730271Z     Checking digest v0.10.7
2026-06-17T06:52:02.3510567Z     Checking parking v2.2.1
2026-06-17T06:52:02.4029708Z     Checking spin v0.10.0
2026-06-17T06:52:02.4466823Z     Checking getrandom v0.2.17
2026-06-17T06:52:02.4833433Z     Checking mio v1.2.1
2026-06-17T06:52:02.5099520Z     Checking socket2 v0.6.4
2026-06-17T06:52:02.5400693Z     Checking getrandom v0.4.2
2026-06-17T06:52:02.6010242Z     Checking sha2 v0.10.9
2026-06-17T06:52:02.6180302Z     Checking rand_core v0.6.4
2026-06-17T06:52:02.6280300Z     Checking fs2 v0.4.3
2026-06-17T06:52:02.7180524Z     Checking ring v0.17.14
2026-06-17T06:52:02.7186926Z     Checking rand v0.10.1
2026-06-17T06:52:02.7450648Z     Checking parking_lot_core v0.9.12
2026-06-17T06:52:02.8090398Z     Checking curve25519-dalek v4.1.3
2026-06-17T06:52:02.8360417Z     Checking icu_provider v2.2.0
2026-06-17T06:52:02.8490987Z     Checking serial-core v0.4.0
2026-06-17T06:52:02.8960475Z     Checking ioctl-rs v0.1.6
2026-06-17T06:52:02.9280456Z     Checking termios v0.2.2
2026-06-17T06:52:02.9701292Z     Checking parking_lot v0.12.5
2026-06-17T06:52:02.9760445Z     Checking httpdate v1.0.3
2026-06-17T06:52:03.0269861Z     Checking digest v0.11.3
2026-06-17T06:52:03.0440511Z     Checking serial-unix v0.4.0
2026-06-17T06:52:03.0530243Z     Checking tokio v1.52.3
2026-06-17T06:52:03.0810320Z     Checking icu_normalizer v2.2.0
2026-06-17T06:52:03.1370522Z     Checking icu_properties v2.2.0
2026-06-17T06:52:03.1540521Z     Checking serde v1.0.228
2026-06-17T06:52:03.1730441Z     Checking serde_json v1.0.150
2026-06-17T06:52:03.1784825Z     Checking futures-buffered v0.2.13
2026-06-17T06:52:03.2060641Z     Checking futures-lite v2.6.1
2026-06-17T06:52:03.4414156Z     Checking cipher v0.4.4
2026-06-17T06:52:03.4741769Z     Checking spki v0.8.0-rc.4
2026-06-17T06:52:03.5550539Z     Checking universal-hash v0.5.1
2026-06-17T06:52:03.6420497Z     Checking thiserror v1.0.69
2026-06-17T06:52:03.6520407Z     Checking pin-project v1.1.13
2026-06-17T06:52:03.6600204Z     Checking memoffset v0.6.5
2026-06-17T06:52:03.6870679Z     Checking netlink-packet-core v0.8.1
2026-06-17T06:52:03.7070555Z     Checking aho-corasick v1.1.4
2026-06-17T06:52:03.7351470Z     Checking sync_wrapper v1.0.2
2026-06-17T06:52:03.7450469Z     Checking bitflags v1.3.2
2026-06-17T06:52:03.7820292Z     Checking portable-atomic v1.13.1
2026-06-17T06:52:03.8420663Z     Checking ipnet v2.12.0
2026-06-17T06:52:03.8662555Z     Checking toml_datetime v0.6.11
2026-06-17T06:52:03.9160601Z     Checking serde_spanned v0.6.9
2026-06-17T06:52:03.9560519Z     Checking regex-syntax v0.8.10
2026-06-17T06:52:04.0085217Z     Checking ed25519-dalek v2.2.0
2026-06-17T06:52:04.0390415Z    Compiling powerfmt v0.2.0
2026-06-17T06:52:04.0460387Z     Checking allocator-api2 v0.2.21
2026-06-17T06:52:04.1090588Z     Checking byteorder v1.5.0
2026-06-17T06:52:04.1860424Z     Checking opaque-debug v0.3.1
2026-06-17T06:52:04.2190264Z     Checking toml_write v0.1.2
2026-06-17T06:52:04.2370558Z     Checking winnow v0.7.15
2026-06-17T06:52:04.2710498Z     Checking pin-utils v0.1.0
2026-06-17T06:52:04.2870310Z     Checking hash32 v0.2.1
2026-06-17T06:52:04.2950618Z     Checking polyval v0.6.2
2026-06-17T06:52:04.3161130Z     Checking spt-proto v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-17T06:52:04.3320885Z     Checking nix v0.25.1
2026-06-17T06:52:04.3450783Z     Checking rustls-webpki v0.103.13
2026-06-17T06:52:04.3780758Z    Compiling deranged v0.5.8
2026-06-17T06:52:04.4240366Z     Checking prefix-trie v0.8.4
2026-06-17T06:52:04.4620656Z     Checking futures-executor v0.3.32
2026-06-17T06:52:04.4730593Z     Checking ref-cast v1.0.25
2026-06-17T06:52:04.4830632Z     Checking once_cell v1.21.4
2026-06-17T06:52:04.5530440Z     Checking idna_adapter v1.2.2
2026-06-17T06:52:04.5690945Z     Checking filedescriptor v0.8.3
2026-06-17T06:52:04.6390650Z     Checking idna v1.1.0
2026-06-17T06:52:04.6490405Z     Checking pkcs8 v0.11.0-rc.10
2026-06-17T06:52:04.7170457Z     Checking tracing-core v0.1.36
2026-06-17T06:52:04.7540692Z     Checking tempfile v3.27.0
2026-06-17T06:52:04.7587180Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-17T06:52:04.8130251Z    Compiling darling_macro v0.20.11
2026-06-17T06:52:04.8370773Z     Checking crossbeam-utils v0.8.21
2026-06-17T06:52:04.8440303Z     Checking serial v0.4.0
2026-06-17T06:52:04.9187791Z     Checking spin v0.9.8
2026-06-17T06:52:04.9948206Z     Checking shell-words v1.1.1
2026-06-17T06:52:05.0103788Z     Checking url v2.5.8
2026-06-17T06:52:05.0780305Z     Checking rustls v0.23.40
2026-06-17T06:52:05.0959569Z     Checking signature v3.0.0
2026-06-17T06:52:05.1001187Z     Checking ryu v1.0.23
2026-06-17T06:52:05.1791885Z     Checking tracing v0.1.44
2026-06-17T06:52:05.2040361Z     Checking tower-layer v0.3.3
2026-06-17T06:52:05.2170698Z    Compiling darling v0.20.11
2026-06-17T06:52:05.2640626Z    Compiling derive_builder_core v0.20.2
2026-06-17T06:52:05.2810908Z     Checking downcast-rs v1.2.1
2026-06-17T06:52:05.3070452Z     Checking ahash v0.8.12
2026-06-17T06:52:05.3270466Z     Checking dyn-clone v1.0.20
2026-06-17T06:52:05.3398803Z    Compiling num-conv v0.2.2
2026-06-17T06:52:05.3550728Z    Compiling time-core v0.1.8
2026-06-17T06:52:05.3620547Z     Checking heapless v0.7.17
2026-06-17T06:52:05.4331061Z     Checking noq-udp v0.10.0
2026-06-17T06:52:05.4470967Z     Checking ed25519 v3.0.0-rc.4
2026-06-17T06:52:05.4660290Z     Checking schemars v1.2.1
2026-06-17T06:52:05.5170491Z     Checking hashbrown v0.14.5
2026-06-17T06:52:05.5380984Z     Checking futures v0.3.32
2026-06-17T06:52:05.5526313Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-17T06:52:05.6108228Z    Compiling proc-macro-crate v3.5.0
2026-06-17T06:52:05.6870620Z     Checking ghash v0.5.1
2026-06-17T06:52:05.7250477Z     Checking ctr v0.9.2
2026-06-17T06:52:05.7880516Z     Checking aes v0.8.4
2026-06-17T06:52:05.8100573Z     Checking hickory-proto v0.26.0-beta.4
2026-06-17T06:52:05.9920737Z    Compiling time v0.3.47
2026-06-17T06:52:06.0140705Z     Checking sha2 v0.11.0-rc.5
2026-06-17T06:52:06.0210271Z     Checking regex-automata v0.4.14
2026-06-17T06:52:06.1650848Z     Checking aead v0.5.2
2026-06-17T06:52:06.2602105Z     Checking http-body-util v0.1.3
2026-06-17T06:52:06.2694718Z     Checking hashlink v0.9.1
2026-06-17T06:52:06.3030540Z     Checking cobs v0.3.0
2026-06-17T06:52:06.3507668Z     Checking toml_edit v0.22.27
2026-06-17T06:52:06.3667410Z     Checking openssl-probe v0.2.1
2026-06-17T06:52:06.4340426Z     Checking postcard v1.1.3
2026-06-17T06:52:06.4660314Z    Compiling num_enum_derive v0.7.6
2026-06-17T06:52:06.4830656Z     Checking rustls-native-certs v0.8.4
2026-06-17T06:52:06.5478650Z    Compiling derive_builder_macro v0.20.2
2026-06-17T06:52:06.5660616Z     Checking aes-gcm v0.10.3
2026-06-17T06:52:06.5888601Z     Checking data-encoding-macro v0.1.20
2026-06-17T06:52:06.5940662Z     Checking rusqlite v0.32.1
2026-06-17T06:52:06.6730636Z     Checking crossbeam-channel v0.5.15
2026-06-17T06:52:06.7420277Z     Checking crossbeam-epoch v0.9.18
2026-06-17T06:52:06.8620332Z     Checking netlink-packet-route v0.29.0
2026-06-17T06:52:06.8870821Z    Compiling derive_builder v0.20.2
2026-06-17T06:52:06.9351281Z     Checking uuid v1.23.2
2026-06-17T06:52:07.0179386Z    Compiling vergen-lib v9.1.0
2026-06-17T06:52:07.0317701Z    Compiling vergen-lib v0.1.6
2026-06-17T06:52:07.0480419Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-17T06:52:07.2320260Z     Checking lru-slab v0.1.2
2026-06-17T06:52:07.3040351Z     Checking mac-addr v0.3.0
2026-06-17T06:52:07.3610756Z    Compiling vergen v9.1.0
2026-06-17T06:52:07.4750472Z     Checking rustc-hash v2.1.2
2026-06-17T06:52:07.4850564Z     Checking xml-rs v0.8.28
2026-06-17T06:52:07.5390217Z     Checking identity-hash v0.1.0
2026-06-17T06:52:07.5600649Z     Checking tagptr v0.2.0
2026-06-17T06:52:07.5700509Z     Checking foldhash v0.2.0
2026-06-17T06:52:07.6510672Z     Checking sorted-index-buffer v0.2.1
2026-06-17T06:52:07.6760181Z     Checking iroh-base v0.98.0
2026-06-17T06:52:07.7071059Z     Checking spt-store v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-17T06:52:07.7230985Z     Checking moka v0.12.15
2026-06-17T06:52:07.7420682Z     Checking hashbrown v0.16.1
2026-06-17T06:52:07.7741096Z     Checking strum v0.28.0
2026-06-17T06:52:07.8310437Z     Checking num_enum v0.7.6
2026-06-17T06:52:07.8560377Z     Checking iroh-metrics v0.38.3
2026-06-17T06:52:07.9460574Z     Checking attohttpc v0.30.1
2026-06-17T06:52:07.9770301Z     Checking portable-pty v0.8.1
2026-06-17T06:52:08.1740539Z    Compiling vergen-gitcl v1.0.8
2026-06-17T06:52:08.1780471Z     Checking tokio-util v0.7.18
2026-06-17T06:52:08.2250159Z     Checking netlink-sys v0.8.8
2026-06-17T06:52:08.2940434Z     Checking tower v0.5.3
2026-06-17T06:52:08.3600777Z     Checking xmltree v0.10.3
2026-06-17T06:52:08.4000207Z     Checking toml v0.8.23
2026-06-17T06:52:08.4310310Z     Checking netlink-packet-route v0.30.0
2026-06-17T06:52:08.5022914Z     Checking simple-dns v0.9.3
2026-06-17T06:52:08.5025695Z     Checking netlink-proto v0.12.0
2026-06-17T06:52:08.5190436Z     Checking regex v1.12.3
2026-06-17T06:52:08.5402082Z     Checking smol_str v0.1.24
2026-06-17T06:52:08.5850793Z     Checking resolv-conf v0.7.6
2026-06-17T06:52:08.6360812Z     Checking constant_time_eq v0.4.2
2026-06-17T06:52:08.7350332Z     Checking arrayvec v0.7.6
2026-06-17T06:52:08.7530623Z     Checking sha1_smol v1.0.1
2026-06-17T06:52:08.7730564Z     Checking arrayref v0.3.9
2026-06-17T06:52:08.8070624Z     Checking simdutf8 v0.1.5
2026-06-17T06:52:08.8290437Z     Checking acto v0.8.2
2026-06-17T06:52:08.8380575Z     Checking lru v0.16.4
2026-06-17T06:52:08.8480653Z     Checking tower-http v0.6.11
2026-06-17T06:52:08.9140508Z     Checking serde_bytes v0.11.19
2026-06-17T06:52:08.9330595Z     Checking hmac v0.12.1
2026-06-17T06:52:08.9400364Z     Checking seize v0.5.1
2026-06-17T06:52:09.0020587Z     Checking webpki-roots v1.0.7
2026-06-17T06:52:09.0090453Z     Checking cmov v0.5.4
2026-06-17T06:52:09.0340593Z     Checking backon v1.6.0
2026-06-17T06:52:09.0463774Z     Checking hkdf v0.12.4
2026-06-17T06:52:09.0472196Z     Checking blake3 v1.8.5
2026-06-17T06:52:09.0811114Z    Compiling iroh-relay v0.98.0
2026-06-17T06:52:09.1167996Z     Checking h2 v0.4.14
2026-06-17T06:52:09.1359538Z     Checking n0-future v0.3.2
2026-06-17T06:52:09.1550666Z     Checking tokio-stream v0.1.18
2026-06-17T06:52:09.1740312Z     Checking spake2 v0.4.0
2026-06-17T06:52:09.1950400Z     Checking papaya v0.2.4
2026-06-17T06:52:09.2150361Z     Checking tokio-rustls v0.26.4
2026-06-17T06:52:09.2378627Z     Checking rustls-platform-verifier v0.7.0
2026-06-17T06:52:09.2650743Z     Checking n0-watcher v0.6.1
2026-06-17T06:52:09.2810706Z     Checking noq-proto v0.17.0
2026-06-17T06:52:09.2942591Z     Checking ctutils v0.4.2
2026-06-17T06:52:09.3555074Z     Checking sha1 v0.10.6
2026-06-17T06:52:09.3710562Z     Checking interprocess v2.4.2
2026-06-17T06:52:09.4604466Z     Checking errno v0.3.14
2026-06-17T06:52:09.4780341Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-17T06:52:09.5005291Z    Compiling darling_core v0.23.0
2026-06-17T06:52:09.5023206Z     Checking tokio-websockets v0.13.2
2026-06-17T06:52:09.5251289Z     Checking utf8parse v0.2.2
2026-06-17T06:52:09.5740578Z     Checking anstyle-query v1.1.5
2026-06-17T06:52:09.5891059Z     Checking iroh-dns v0.98.0
2026-06-17T06:52:09.5930932Z     Checking signal-hook-registry v1.4.8
2026-06-17T06:52:09.6140869Z     Checking unicode-segmentation v1.13.3
2026-06-17T06:52:09.6430284Z     Checking anstyle-parse v1.0.0
2026-06-17T06:52:09.6580568Z     Checking linux-raw-sys v0.4.15
2026-06-17T06:52:09.6730321Z     Checking colorchoice v1.0.5
2026-06-17T06:52:09.6820456Z     Checking anstyle v1.0.14
2026-06-17T06:52:09.7580560Z     Checking signal-hook v0.3.18
2026-06-17T06:52:09.7940350Z     Checking is_terminal_polyfill v1.70.2
2026-06-17T06:52:09.9023425Z     Checking foldhash v0.1.5
2026-06-17T06:52:09.9120195Z     Checking terminal_size v0.4.4
2026-06-17T06:52:09.9180234Z     Checking itertools v0.13.0
2026-06-17T06:52:09.9200431Z     Checking anstream v1.0.0
2026-06-17T06:52:09.9540510Z     Checking castaway v0.2.4
2026-06-17T06:52:10.0210707Z     Checking static_assertions v1.1.0
2026-06-17T06:52:10.0370650Z     Checking signal-hook-mio v0.2.5
2026-06-17T06:52:10.0500313Z     Checking clap_lex v1.1.0
2026-06-17T06:52:10.0520763Z     Checking hashbrown v0.15.5
2026-06-17T06:52:10.0731260Z     Checking rustix v0.38.44
2026-06-17T06:52:10.0739286Z     Checking strsim v0.11.1
2026-06-17T06:52:10.1015544Z     Checking unicode-width v0.1.14
2026-06-17T06:52:10.1051158Z     Checking compact_str v0.8.2
2026-06-17T06:52:10.1330521Z     Checking strum v0.26.3
2026-06-17T06:52:10.1800688Z     Checking spt-msg v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-17T06:52:10.2021007Z     Checking iana-time-zone v0.1.65
2026-06-17T06:52:10.2220625Z     Checking cassowary v0.3.0
2026-06-17T06:52:10.2350747Z     Checking unicode-width v0.2.0
2026-06-17T06:52:10.2390726Z     Checking clap_builder v4.6.0
2026-06-17T06:52:10.3520255Z     Checking nucleo-matcher v0.3.1
2026-06-17T06:52:10.4160689Z     Checking chrono v0.4.45
2026-06-17T06:52:10.4340355Z     Checking qrcode v0.14.1
2026-06-17T06:52:10.5051037Z     Checking spt-term v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-17T06:52:10.5850936Z     Checking spt-runtime v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-17T06:52:10.7770739Z     Checking lru v0.12.5
2026-06-17T06:52:11.0229266Z error: enum `Launch` is never used
2026-06-17T06:52:11.0290450Z   --> crates/spt-term/src/winprog.rs:62:6
2026-06-17T06:52:11.0332892Z    |
2026-06-17T06:52:11.0361937Z 62 | enum Launch {
2026-06-17T06:52:11.0362824Z    |      ^^^^^^
2026-06-17T06:52:11.0364220Z    |
2026-06-17T06:52:11.0430100Z    = note: `-D dead-code` implied by `-D warnings`
2026-06-17T06:52:11.0469911Z    = help: to override `-D warnings` add `#[expect(dead_code)]` or `#[allow(dead_code)]`
2026-06-17T06:52:11.0511240Z 
2026-06-17T06:52:11.0530417Z error: function `last_segment` is never used
2026-06-17T06:52:11.0560332Z   --> crates/spt-term/src/winprog.rs:74:4
2026-06-17T06:52:11.0590314Z    |
2026-06-17T06:52:11.0621384Z 74 | fn last_segment(s: &str) -> &str {
2026-06-17T06:52:11.0660491Z    |    ^^^^^^^^^^^^
2026-06-17T06:52:11.0699542Z 
2026-06-17T06:52:11.0700210Z error: function `ext_of` is never used
2026-06-17T06:52:11.0700787Z   --> crates/spt-term/src/winprog.rs:80:4
2026-06-17T06:52:11.0701234Z    |
2026-06-17T06:52:11.0701548Z 80 | fn ext_of(s: &str) -> Option<String> {
2026-06-17T06:52:11.0701995Z    |    ^^^^^^
2026-06-17T06:52:11.0702215Z 
2026-06-17T06:52:11.0702407Z error: function `parent_of` is never used
2026-06-17T06:52:11.0702906Z   --> crates/spt-term/src/winprog.rs:89:4
2026-06-17T06:52:11.0703315Z    |
2026-06-17T06:52:11.0703651Z 89 | fn parent_of(s: &str) -> Option<&str> {
2026-06-17T06:52:11.0704043Z    |    ^^^^^^^^^
2026-06-17T06:52:11.0704218Z 
2026-06-17T06:52:11.0704392Z error: function `launch_for` is never used
2026-06-17T06:52:11.0704825Z   --> crates/spt-term/src/winprog.rs:95:4
2026-06-17T06:52:11.0705201Z    |
2026-06-17T06:52:11.0705559Z 95 | fn launch_for(path: PathBuf, ext: &str) -> Launch {
2026-06-17T06:52:11.0706078Z    |    ^^^^^^^^^^
2026-06-17T06:52:11.0706263Z 
2026-06-17T06:52:11.0706625Z error: function `resolve_in` is never used
2026-06-17T06:52:11.0730612Z    --> crates/spt-term/src/winprog.rs:112:4
2026-06-17T06:52:11.0770184Z     |
2026-06-17T06:52:11.0800219Z 112 | fn resolve_in(
2026-06-17T06:52:11.0830071Z     |    ^^^^^^^^^^
2026-06-17T06:52:11.0859501Z 
2026-06-17T06:52:11.0890143Z     Checking crossterm v0.28.1
2026-06-17T06:52:11.3550268Z error: could not compile `spt-term` (lib) due to 6 previous errors
2026-06-17T06:52:11.3570371Z warning: build failed, waiting for other jobs to finish...
2026-06-17T06:52:13.4052852Z ##[error]Process completed with exit code 101.
2026-06-17T06:52:13.4350534Z Post job cleanup.
2026-06-17T06:52:13.5997094Z [command]/usr/bin/git version
2026-06-17T06:52:13.6029568Z git version 2.43.0
2026-06-17T06:52:13.6094067Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3a9241f3-55a1-44f1-8285-9ff70bdd3adc' before making global git config changes
2026-06-17T06:52:13.6094793Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:52:13.6097797Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-17T06:52:13.6129830Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:52:13.6157186Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-17T06:52:13.6371003Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:52:13.6390176Z http.https://github.com/.extraheader
2026-06-17T06:52:13.6397516Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-17T06:52:13.6421627Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-17T06:52:13.6606862Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:52:13.6630168Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-17T06:52:13.6975279Z Cleaning up orphan processes
2026-06-17T06:52:13.7761141Z Terminate orphan process: pid (1342241) (spt)
2026-06-17T06:52:13.7783108Z Terminate orphan process: pid (1342251) (spt)
